projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
498b62c
)
qtdeux: IV32 is also used for Indeo 3 video streams
author
Edward Hervey
<bilboed@bilboed.com>
Sat, 23 Jan 2010 13:20:02 +0000
(14:20 +0100)
committer
Edward Hervey
<bilboed@bilboed.com>
Sat, 23 Jan 2010 13:20:02 +0000
(14:20 +0100)
gst/qtdemux/qtdemux.c
patch
|
blob
|
history
diff --git
a/gst/qtdemux/qtdemux.c
b/gst/qtdemux/qtdemux.c
index 6b41b3385ce718bc68b309f5e0428cbacf35e7aa..64183b0aa4f6dcae3922db7142c35182c083db28 100644
(file)
--- a/
gst/qtdemux/qtdemux.c
+++ b/
gst/qtdemux/qtdemux.c
@@
-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",