mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
[827/906] mixer: don't unref the query in the default case
The element/application performing the query is responsible for the de/allocation
This commit is contained in:
parent
de31f9eb70
commit
95f7b8dce6
1 changed files with 0 additions and 1 deletions
|
@ -883,7 +883,6 @@ gst_gl_mixer_src_query (GstPad * pad, GstObject * parent, GstQuery * query)
|
|||
/* FIXME, needs a custom query handler because we have multiple
|
||||
* sinkpads, send to the master pad until then */
|
||||
res = FALSE;
|
||||
gst_query_unref (query);
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue