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
@ -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…
x
Reference in New Issue
Block a user