[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
@ -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
|
/* FIXME, needs a custom query handler because we have multiple
|
||||||
* sinkpads, send to the master pad until then */
|
* sinkpads, send to the master pad until then */
|
||||||
res = FALSE;
|
res = FALSE;
|
||||||
gst_query_unref (query);
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user