From 3912e59488b9470020ee336e34c8cf956dcc8415 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Wed, 22 Sep 2010 12:10:24 +0200 Subject: discoverer: We don't need the signals from the queues --- gst-libs/gst/pbutils/gstdiscoverer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-libs/gst/pbutils/gstdiscoverer.c b/gst-libs/gst/pbutils/gstdiscoverer.c index a1f0889c5..d0ef27027 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); -- cgit v1.2.3