From 047618849a3ae40e692646459b9f458692a8ea32 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Sun, 24 May 2009 19:32:17 +0200 Subject: rtspsrc: make fakesrc silent Make the fakesrc that is responsible for sending dummy packets silent. --- gst/rtsp/gstrtspsrc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/rtsp') diff --git a/gst/rtsp/gstrtspsrc.c b/gst/rtsp/gstrtspsrc.c index 93af6c62..b7f57774 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); -- cgit