typefind: Add variant=itu to the h263 typefinder caps
https://bugzilla.gnome.org/show_bug.cgi?id=700770
This commit is contained in:
parent
1756f86042
commit
f4952a9baf
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user