Riff: Add fourcc for mpeg1-in-avi (as produced by mencoder)
authorEdward Hervey <bilboed@bilboed.com>
Tue, 24 Feb 2009 09:33:05 +0000 (10:33 +0100)
committerEdward Hervey <bilboed@bilboed.com>
Wed, 25 Feb 2009 07:05:58 +0000 (08:05 +0100)
gst-libs/gst/riff/riff-media.c

index f3d67e4..a77d6c4 100644 (file)
@@ -164,6 +164,7 @@ gst_riff_create_video_caps (guint32 codec_fcc,
     case GST_MAKE_FOURCC ('m', 'p', 'g', '1'):
     case GST_MAKE_FOURCC ('M', 'P', 'G', '1'):
     case GST_MAKE_FOURCC ('P', 'I', 'M', '1'):
+    case GST_MAKE_FOURCC (0x01, 0x00, 0x00, 0x10):
       caps = gst_caps_new_simple ("video/mpeg",
           "systemstream", G_TYPE_BOOLEAN, FALSE,
           "mpegversion", G_TYPE_INT, 1, NULL);