mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
qtsink: explicitely fallthrough switch statement
In case ret is False, fallthrough to default case. CID #1320705
This commit is contained in:
parent
704f97defd
commit
c95bb94fc2
1 changed files with 2 additions and 0 deletions
|
@ -271,6 +271,8 @@ gst_qt_sink_query (GstBaseSink * bsink, GstQuery * query)
|
|||
|
||||
if (ret)
|
||||
return ret;
|
||||
|
||||
/* fallthrough */
|
||||
}
|
||||
default:
|
||||
res = GST_BASE_SINK_CLASS (parent_class)->query (bsink, query);
|
||||
|
|
Loading…
Reference in a new issue