rtspsrc: make fakesrc silent
authorWim Taymans <wim.taymans@collabora.co.uk>
Sun, 24 May 2009 17:32:17 +0000 (19:32 +0200)
committerWim Taymans <wim@metal.(none)>
Sun, 24 May 2009 17:32:17 +0000 (19:32 +0200)
Make the fakesrc that is responsible for sending dummy packets silent.

gst/rtsp/gstrtspsrc.c

index 93af6c6..b7f5777 100644 (file)
@@ -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);