summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2010-01-23 14:47:55 +0100
committerEdward Hervey <bilboed@bilboed.com>2010-01-23 14:47:55 +0100
commitcb0474b6b37bbc05883ce0eb2adefe18d680f239 (patch)
tree415be64a4def2869f361095a2e24dc286e975387
parenta782ef3ce8d8a065a8d009ae12c8a74e1e1deacf (diff)
qtdemux: dmb1 is a valid fourcc for Motion-JPEG
-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 64183b0aa..2a3ff260e 100644
--- a/gst/qtdemux/qtdemux.c
+++ b/gst/qtdemux/qtdemux.c
@@ -7089,6 +7089,7 @@ qtdemux_video_caps (GstQTDemux * qtdemux, QtDemuxStream * stream,
case GST_MAKE_FOURCC ('m', 'j', 'p', 'a'):
case GST_MAKE_FOURCC ('A', 'V', 'D', 'J'):
case GST_MAKE_FOURCC ('M', 'J', 'P', 'G'):
+ case GST_MAKE_FOURCC ('d', 'm', 'b', '1'):
_codec ("Motion-JPEG");
caps = gst_caps_new_simple ("image/jpeg", NULL);
break;