summaryrefslogtreecommitdiffstats
path: root/gst
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2006-10-11 13:49:26 +0000
committerEdward Hervey <bilboed@bilboed.com>2006-10-11 13:49:26 +0000
commit746bb0e2fad60dedd9a486606da289edff3d797e (patch)
treea83fe402cbc94317913618e21ca2bb91a63015f6 /gst
parentfb148db356d7a3920dc57c0fd7d25974022166fd (diff)
downloadgst-plugins-bad-746bb0e2fad60dedd9a486606da289edff3d797e.tar.gz
gst-plugins-bad-746bb0e2fad60dedd9a486606da289edff3d797e.tar.bz2
gst-plugins-bad-746bb0e2fad60dedd9a486606da289edff3d797e.zip
gst/qtdemux/qtdemux.c: Add some fourcc for DV format.
Original commit message from CVS: * gst/qtdemux/qtdemux.c: (qtdemux_video_caps): Add some fourcc for DV format.
Diffstat (limited to 'gst')
-rw-r--r--gst/qtdemux/qtdemux.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/gst/qtdemux/qtdemux.c b/gst/qtdemux/qtdemux.c
index a376126c..fab93056 100644
--- a/gst/qtdemux/qtdemux.c
+++ b/gst/qtdemux/qtdemux.c
@@ -4353,7 +4353,11 @@ qtdemux_video_caps (GstQTDemux * qtdemux, guint32 fourcc,
case GST_MAKE_FOURCC ('d', 'v', 'c', 'p'):
case GST_MAKE_FOURCC ('d', 'v', 'c', ' '):
case GST_MAKE_FOURCC ('d', 'v', 's', 'd'):
+ case GST_MAKE_FOURCC ('D', 'V', 'S', 'D'):
+ case GST_MAKE_FOURCC ('d', 'v', 'c', 's'):
+ case GST_MAKE_FOURCC ('D', 'V', 'C', 'S'):
case GST_MAKE_FOURCC ('d', 'v', '2', '5'):
+ case GST_MAKE_FOURCC ('d', 'v', 'p', 'p'):
_codec ("DV Video");
return gst_caps_from_string ("video/x-dv, systemstream=(boolean)false");
case GST_MAKE_FOURCC ('s', 'm', 'c', ' '):