summaryrefslogtreecommitdiff
path: root/gst
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2013-05-22 10:57:57 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2013-05-22 10:58:10 +0200
commitf4952a9baf80eb73092ae7d32550353d5e352c7a (patch)
tree9e3354682467a7c9068a99593fe0973aa4cadca0 /gst
parent1756f860427929bbbcf6294c901eee2a98988f3a (diff)
downloadgstreamer-plugins-base-f4952a9baf80eb73092ae7d32550353d5e352c7a.tar.gz
typefind: Add variant=itu to the h263 typefinder caps
https://bugzilla.gnome.org/show_bug.cgi?id=700770
Diffstat (limited to 'gst')
-rw-r--r--gst/typefind/gsttypefindfunctions.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gst/typefind/gsttypefindfunctions.c b/gst/typefind/gsttypefindfunctions.c
index 44b4ad986..212481a57 100644
--- a/gst/typefind/gsttypefindfunctions.c
+++ b/gst/typefind/gsttypefindfunctions.c
@@ -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)