diff --git a/subprojects/gstreamer/plugins/elements/gstmultiqueue.c b/subprojects/gstreamer/plugins/elements/gstmultiqueue.c index ea20f8b294..1f2bf825ff 100644 --- a/subprojects/gstreamer/plugins/elements/gstmultiqueue.c +++ b/subprojects/gstreamer/plugins/elements/gstmultiqueue.c @@ -2078,7 +2078,6 @@ gst_single_queue_push_one (GstMultiQueue * mq, GstSingleQueue * sq, if (G_UNLIKELY (*allow_drop)) { GST_DEBUG_ID (sq->debug_id, "Dropping EOS query %p", query); - gst_query_unref (query); res = FALSE; } else { res = gst_pad_peer_query (srcpad, query);