mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
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
1 changed files with 2 additions and 1 deletions
|
@ -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…
Reference in a new issue