[farsight2/master] Remove the sync from the valve

Olivier Crête olivier.crete at collabora.co.uk
Tue Dec 23 15:21:17 PST 2008


---
 gst/fsrtpconference/fs-rtp-substream.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/gst/fsrtpconference/fs-rtp-substream.c b/gst/fsrtpconference/fs-rtp-substream.c
index e8ba470..1850e6e 100644
--- a/gst/fsrtpconference/fs-rtp-substream.c
+++ b/gst/fsrtpconference/fs-rtp-substream.c
@@ -315,10 +315,8 @@ fs_rtp_sub_stream_constructed (GObject *object)
   }
 
   /* We set the valve to dropping, the stream will unblock it when its linked */
-  /* We also sync so as to not empty the JB */
   g_object_set (self->priv->valve,
       "drop", TRUE,
-      "sync", TRUE,
       NULL);
 
 
-- 
1.5.6.5




More information about the farsight-commits mailing list