qtdeux: IV32 is also used for Indeo 3 video streams
authorEdward Hervey <bilboed@bilboed.com>
Sat, 23 Jan 2010 13:20:02 +0000 (14:20 +0100)
committerEdward Hervey <bilboed@bilboed.com>
Sat, 23 Jan 2010 13:20:02 +0000 (14:20 +0100)
gst/qtdemux/qtdemux.c

index 6b41b33..64183b0 100644 (file)
@@ -7292,6 +7292,7 @@ qtdemux_video_caps (GstQTDemux * qtdemux, QtDemuxStream * stream,
       caps = gst_caps_new_simple ("video/x-rle",
           "layout", G_TYPE_STRING, "quicktime", NULL);
       break;
+    case GST_MAKE_FOURCC ('I', 'V', '3', '2'):
     case GST_MAKE_FOURCC ('i', 'v', '3', '2'):
       _codec ("Indeo Video 3");
       caps = gst_caps_new_simple ("video/x-indeo",