[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:
Matthew Waters 2013-10-26 02:20:54 +11:00
parent de31f9eb70
commit 95f7b8dce6

View file

@ -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;
}