riff: Add the 'DVR ' mapping for mpeg2video.
authorEdward Hervey <bilboed@bilboed.com>
Mon, 9 Mar 2009 08:07:13 +0000 (09:07 +0100)
committerEdward Hervey <bilboed@bilboed.com>
Mon, 9 Mar 2009 08:08:00 +0000 (09:08 +0100)
Found this in 3 files from the insanity suite and mapping is also present
in libavformat.

gst-libs/gst/riff/riff-media.c

index e5d5083..f39ae9c 100644 (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,