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:
91c5b09
)
avimux: Add missing break
author
Edward Hervey
<bilboed@bilboed.com>
Mon, 30 Dec 2013 16:23:22 +0000
(17:23 +0100)
committer
Edward Hervey
<bilboed@bilboed.com>
Mon, 30 Dec 2013 16:23:22 +0000
(17:23 +0100)
I guess no-one noticed we no longer could mux WMV3 ...
COVERITY CID 1139759
gst/avi/gstavimux.c
patch
|
blob
|
history
diff --git
a/gst/avi/gstavimux.c
b/gst/avi/gstavimux.c
index
c3b8772
..
7c90f10
100644
(file)
--- a/
gst/avi/gstavimux.c
+++ b/
gst/avi/gstavimux.c
@@
-583,6
+583,7
@@
gst_avi_mux_vidsink_set_caps (GstPad * pad, GstCaps * vscaps)
break;
case 3:
avipad->vids.compression = GST_MAKE_FOURCC ('W', 'M', 'V', '3');
+ break;
default:
valid_caps = FALSE;
break;