diff --git a/gst-libs/gst/pbutils/gstdiscoverer.c b/gst-libs/gst/pbutils/gstdiscoverer.c index a1f0889c59..d0ef27027c 100644 --- a/gst-libs/gst/pbutils/gstdiscoverer.c +++ b/gst-libs/gst/pbutils/gstdiscoverer.c @@ -407,7 +407,7 @@ uridecodebin_pad_added_cb (GstElement * uridecodebin, GstPad * pad, goto error; g_object_set (ps->sink, "silent", TRUE, NULL); - g_object_set (ps->queue, "max-size-buffers", 1, NULL); + g_object_set (ps->queue, "max-size-buffers", 1, "silent", TRUE, NULL); gst_bin_add_many (dc->priv->pipeline, ps->queue, ps->sink, NULL);