typefind: mp4 video is not parsed

This commit is contained in:
Wim Taymans 2010-01-13 17:36:05 +01:00
parent 148d951fbc
commit 8d30d92740

View file

@ -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)
/*