summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2010-09-22 12:10:24 +0200
committerEdward Hervey <bilboed@bilboed.com>2010-09-22 12:10:24 +0200
commit3912e59488b9470020ee336e34c8cf956dcc8415 (patch)
treeea5c6fef0ae5f7c2b6f8f8c20f375013f2e10918
parent69077eddd8dda74982becea209218206d1f10586 (diff)
discoverer: We don't need the signals from the queues
-rw-r--r--gst-libs/gst/pbutils/gstdiscoverer.c2
1 files changed, 1 insertions, 1 deletions
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);