summaryrefslogtreecommitdiffstats
path: root/gst/qtdemux/qtdemux.c
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2005-01-29 20:31:47 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2005-01-29 20:31:47 +0000
commit2ec0f8b91a4ad93524a1e6d9366a2a2eff15cbe7 (patch)
tree877e207df88b924574e526ed85edb142f1f91833 /gst/qtdemux/qtdemux.c
parentc17b9d42440fd68f4d1869784c4ff046743fa735 (diff)
downloadgst-plugins-bad-2ec0f8b91a4ad93524a1e6d9366a2a2eff15cbe7.tar.gz
gst-plugins-bad-2ec0f8b91a4ad93524a1e6d9366a2a2eff15cbe7.tar.bz2
gst-plugins-bad-2ec0f8b91a4ad93524a1e6d9366a2a2eff15cbe7.zip
gst/qtdemux/qtdemux.c: Add 3IV2 fourcc.
Original commit message from CVS: * gst/qtdemux/qtdemux.c: (qtdemux_video_caps): Add 3IV2 fourcc.
Diffstat (limited to 'gst/qtdemux/qtdemux.c')
-rw-r--r--gst/qtdemux/qtdemux.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/qtdemux/qtdemux.c b/gst/qtdemux/qtdemux.c
index b9ea73fe..4819a215 100644
--- a/gst/qtdemux/qtdemux.c
+++ b/gst/qtdemux/qtdemux.c
@@ -2692,6 +2692,7 @@ qtdemux_video_caps (GstQTDemux * qtdemux, guint32 fourcc,
return gst_caps_from_string ("video/mpeg, "
"mpegversion = (int) 4, " "systemstream = (boolean) false");
case GST_MAKE_FOURCC ('3', 'I', 'V', '1'):
+ case GST_MAKE_FOURCC ('3', 'I', 'V', '2'):
return gst_caps_from_string ("video/x-3ivx");
case GST_MAKE_FOURCC ('c', 'v', 'i', 'd'):
/* Cinepak */