autodetect: fix caps
authorWim Taymans <wim.taymans@collabora.co.uk>
Fri, 17 Jun 2011 16:11:38 +0000 (18:11 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Fri, 17 Jun 2011 16:11:55 +0000 (18:11 +0200)
gst/autodetect/gstautovideosink.c
gst/autodetect/gstautovideosrc.c

index 1087c84..e5cfafe 100644 (file)
@@ -153,8 +153,7 @@ gst_auto_video_sink_reset (GstAutoVideoSink * sink)
   gst_object_unref (targetpad);
 }
 
-static GstStaticCaps raw_caps =
-    GST_STATIC_CAPS ("video/x-raw-yuv; video/x-raw-rgb");
+static GstStaticCaps raw_caps = GST_STATIC_CAPS ("video/x-raw");
 
 static void
 gst_auto_video_sink_init (GstAutoVideoSink * sink)
index c9bc0b5..202e887 100644 (file)
@@ -156,8 +156,7 @@ gst_auto_video_src_reset (GstAutoVideoSrc * src)
   gst_object_unref (targetpad);
 }
 
-static GstStaticCaps raw_caps =
-    GST_STATIC_CAPS ("video/x-raw-yuv; video/x-raw-rgb");
+static GstStaticCaps raw_caps = GST_STATIC_CAPS ("video/x-raw");
 
 static void
 gst_auto_video_src_init (GstAutoVideoSrc * src)