[gst-cvs] gst-plugins-good: rtspsrc: make fakesrc silent
Wim Taymans
wtay at kemper.freedesktop.org
Sun May 24 10:32:55 PDT 2009
Module: gst-plugins-good
Branch: master
Commit: 047618849a3ae40e692646459b9f458692a8ea32
URL: http://cgit.freedesktop.org/gstreamer/gst-plugins-good/commit/?id=047618849a3ae40e692646459b9f458692a8ea32
Author: Wim Taymans <wim.taymans at collabora.co.uk>
Date: Sun May 24 19:32:17 2009 +0200
rtspsrc: make fakesrc silent
Make the fakesrc that is responsible for sending dummy packets silent.
---
gst/rtsp/gstrtspsrc.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/gst/rtsp/gstrtspsrc.c b/gst/rtsp/gstrtspsrc.c
index 93af6c6..b7f5777 100644
--- a/gst/rtsp/gstrtspsrc.c
+++ b/gst/rtsp/gstrtspsrc.c
@@ -2263,7 +2263,7 @@ gst_rtspsrc_stream_configure_udp_sinks (GstRTSPSrc * src,
g_object_set (G_OBJECT (stream->fakesrc), "filltype", 3, "num-buffers", 5,
NULL);
g_object_set (G_OBJECT (stream->fakesrc), "sizetype", 2, "sizemax", 200,
- NULL);
+ "silent", TRUE, NULL);
/* we don't want to consider this a sink */
GST_OBJECT_FLAG_UNSET (stream->udpsink[0], GST_ELEMENT_IS_SINK);
More information about the Gstreamer-commits
mailing list