projects
/
platform
/
upstream
/
gst-plugins-good.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d3168e
)
rtspsrc: make fakesrc silent
author
Wim Taymans
<wim.taymans@collabora.co.uk>
Sun, 24 May 2009 17:32:17 +0000
(19:32 +0200)
committer
Wim 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
patch
|
blob
|
history
diff --git
a/gst/rtsp/gstrtspsrc.c
b/gst/rtsp/gstrtspsrc.c
index
93af6c6
..
b7f5777
100644
(file)
--- 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);