[farsight2/master] Set the send tee to playing after adding it

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


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

diff --git a/gst/fsrtpconference/fs-rtp-session.c b/gst/fsrtpconference/fs-rtp-session.c
index a52829c..52d3188 100644
--- a/gst/fsrtpconference/fs-rtp-session.c
+++ b/gst/fsrtpconference/fs-rtp-session.c
@@ -757,6 +757,8 @@ fs_rtp_session_constructed (GObject *object)
     return;
   }
 
+  gst_element_set_state (tee, GST_STATE_PLAYING);
+
   self->priv->send_tee = gst_object_ref (tee);
 
 
-- 
1.5.6.5




More information about the farsight-commits mailing list