mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 04:22:27 +00:00
avimux: Add missing break
I guess no-one noticed we no longer could mux WMV3 ... COVERITY CID 1139759
This commit is contained in:
parent
91c5b09fb4
commit
711c73290c
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue