mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-29 18:48:44 +00:00
typefind: mp4 video is not parsed
This commit is contained in:
parent
148d951fbc
commit
8d30d92740
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue