mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-12 02:15:31 +00:00
riff: Add the 'DVR ' mapping for mpeg2video.
Found this in 3 files from the insanity suite and mapping is also present in libavformat.
This commit is contained in:
parent
9acf7de5a4
commit
b870b61c00
1 changed files with 1 additions and 0 deletions
|
@ -195,6 +195,7 @@ gst_riff_create_video_caps (guint32 codec_fcc,
|
|||
case GST_MAKE_FOURCC ('M', 'P', 'G', '2'):
|
||||
case GST_MAKE_FOURCC ('m', 'p', 'g', '2'):
|
||||
case GST_MAKE_FOURCC ('P', 'I', 'M', '2'):
|
||||
case GST_MAKE_FOURCC ('D', 'V', 'R', ' '):
|
||||
case GST_MAKE_FOURCC (0x02, 0x00, 0x00, 0x10):
|
||||
caps = gst_caps_new_simple ("video/mpeg",
|
||||
"systemstream", G_TYPE_BOOLEAN, FALSE,
|
||||
|
|
Loading…
Reference in a new issue