From b91eb6b557773333d0382f35ececeeb8dd5b1c38 Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Sat, 26 Oct 2013 02:20:54 +1100 Subject: [PATCH] [827/906] mixer: don't unref the query in the default case The element/application performing the query is responsible for the de/allocation --- gst-libs/gst/gl/gstglmixer.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gst-libs/gst/gl/gstglmixer.c b/gst-libs/gst/gl/gstglmixer.c index b9c2c69..02eaee4 100644 --- a/gst-libs/gst/gl/gstglmixer.c +++ b/gst-libs/gst/gl/gstglmixer.c @@ -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; } -- 2.7.4