mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-26 02:00:33 +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
bf610e210a
commit
b91eb6b557
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