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
@ -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 ('m', 'p', 'g', '2'):
|
case GST_MAKE_FOURCC ('m', 'p', 'g', '2'):
|
||||||
case GST_MAKE_FOURCC ('P', 'I', 'M', '2'):
|
case GST_MAKE_FOURCC ('P', 'I', 'M', '2'):
|
||||||
|
case GST_MAKE_FOURCC ('D', 'V', 'R', ' '):
|
||||||
case GST_MAKE_FOURCC (0x02, 0x00, 0x00, 0x10):
|
case GST_MAKE_FOURCC (0x02, 0x00, 0x00, 0x10):
|
||||||
caps = gst_caps_new_simple ("video/mpeg",
|
caps = gst_caps_new_simple ("video/mpeg",
|
||||||
"systemstream", G_TYPE_BOOLEAN, FALSE,
|
"systemstream", G_TYPE_BOOLEAN, FALSE,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user