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:
Edward Hervey 2009-03-09 09:07:13 +01:00
parent 9acf7de5a4
commit b870b61c00

View file

@ -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,