From: Wim Taymans Date: Wed, 13 Jan 2010 16:36:05 +0000 (+0100) Subject: typefind: mp4 video is not parsed X-Git-Tag: RELEASE-0.10.26~78 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8d30d9274070bfbfabcb95e3df42094c2ae92c9f;p=platform%2Fupstream%2Fgst-plugins-base.git typefind: mp4 video is not parsed --- diff --git a/gst/typefind/gsttypefindfunctions.c b/gst/typefind/gsttypefindfunctions.c index 3cb49fe..93ddb63 100644 --- a/gst/typefind/gsttypefindfunctions.c +++ b/gst/typefind/gsttypefindfunctions.c @@ -1736,7 +1736,7 @@ mpeg_find_next_header (GstTypeFind * tf, DataScanCtx * c, /*** video/mpeg MPEG-4 elementary video stream ***/ static GstStaticCaps mpeg4_video_caps = GST_STATIC_CAPS ("video/mpeg, " - "systemstream = (boolean) false, mpegversion = 4"); + "systemstream=(boolean)false, mpegversion=4, parsed=(boolean)false"); #define MPEG4_VIDEO_CAPS gst_static_caps_get(&mpeg4_video_caps) /*