typefind: Add variant=itu to the h263 typefinder caps
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Wed, 22 May 2013 08:57:57 +0000 (10:57 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Wed, 22 May 2013 08:58:10 +0000 (10:58 +0200)
https://bugzilla.gnome.org/show_bug.cgi?id=700770

gst/typefind/gsttypefindfunctions.c

index 44b4ad9..212481a 100644 (file)
@@ -2495,7 +2495,8 @@ mpeg4_video_type_find (GstTypeFind * tf, gpointer unused)
 }
 
 /*** video/x-h263 H263 video stream ***/
-static GstStaticCaps h263_video_caps = GST_STATIC_CAPS ("video/x-h263");
+static GstStaticCaps h263_video_caps =
+GST_STATIC_CAPS ("video/x-h263, variant=(string)itu");
 
 #define H263_VIDEO_CAPS gst_static_caps_get(&h263_video_caps)