summaryrefslogtreecommitdiffstats
path: root/gst/rtsp
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2009-05-24 19:32:17 +0200
committerWim Taymans <wim@metal.(none)>2009-05-24 19:32:17 +0200
commit047618849a3ae40e692646459b9f458692a8ea32 (patch)
tree983e9b2d1286aa664890c227519e1afcc6bc494f /gst/rtsp
parent5d3168e5582dba7c7fd0e849314233e4d5eb452c (diff)
rtspsrc: make fakesrc silent
Make the fakesrc that is responsible for sending dummy packets silent.
Diffstat (limited to 'gst/rtsp')
-rw-r--r--gst/rtsp/gstrtspsrc.c2
1 files changed, 1 insertions, 1 deletions
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);