mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +00:00
rtspsrc: make fakesrc silent
Make the fakesrc that is responsible for sending dummy packets silent.
This commit is contained in:
parent
5d3168e558
commit
047618849a
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue