typefind: Add variant=itu to the h263 typefinder caps

https://bugzilla.gnome.org/show_bug.cgi?id=700770
This commit is contained in:
Sebastian Dröge 2013-05-22 10:57:57 +02:00
parent 1756f86042
commit f4952a9baf

View 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)