diff --git a/ext/qt/gstqtsink.cc b/ext/qt/gstqtsink.cc index 9ff13b04c0..0f32034d15 100644 --- a/ext/qt/gstqtsink.cc +++ b/ext/qt/gstqtsink.cc @@ -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);