mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
interleave: Add missing break in switch statement
The caps query is handled entirely already before. CID #1139757
This commit is contained in:
parent
f187d9fc7c
commit
9859515605
1 changed files with 1 additions and 0 deletions
|
@ -1099,6 +1099,7 @@ gst_interleave_src_query (GstPad * pad, GstObject * parent, GstQuery * query)
|
|||
gst_query_set_caps_result (query, caps);
|
||||
gst_caps_unref (caps);
|
||||
res = TRUE;
|
||||
break;
|
||||
}
|
||||
default:
|
||||
/* FIXME, needs a custom query handler because we have multiple
|
||||
|
|
Loading…
Reference in a new issue