[farsight2/master] Stop stream transmitter in rtp plugin too

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


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

diff --git a/gst/fsrtpconference/fs-rtp-stream.c b/gst/fsrtpconference/fs-rtp-stream.c
index 502b845..144e71b 100644
--- a/gst/fsrtpconference/fs-rtp-stream.c
+++ b/gst/fsrtpconference/fs-rtp-stream.c
@@ -230,6 +230,7 @@ fs_rtp_stream_dispose (GObject *object)
   }
 
   if (self->priv->stream_transmitter) {
+    fs_stream_transmitter_stop (self->priv->stream_transmitter);
     g_object_unref (self->priv->stream_transmitter);
     self->priv->stream_transmitter = NULL;
   }
-- 
1.5.6.5




More information about the farsight-commits mailing list