From b870b61c0096e001396b49f5ccbb5a0aad11d555 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Mon, 9 Mar 2009 09:07:13 +0100 Subject: [PATCH] riff: Add the 'DVR ' mapping for mpeg2video. Found this in 3 files from the insanity suite and mapping is also present in libavformat. --- gst-libs/gst/riff/riff-media.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gst-libs/gst/riff/riff-media.c b/gst-libs/gst/riff/riff-media.c index e5d5083af8..f39ae9c068 100644 --- a/gst-libs/gst/riff/riff-media.c +++ b/gst-libs/gst/riff/riff-media.c @@ -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,