summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gst/fsrtpconference/fs-rtp-stream.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/fsrtpconference/fs-rtp-stream.c b/gst/fsrtpconference/fs-rtp-stream.c
index 1ef6b2e8..593af4d8 100644
--- a/gst/fsrtpconference/fs-rtp-stream.c
+++ b/gst/fsrtpconference/fs-rtp-stream.c
@@ -359,6 +359,7 @@ fs_rtp_stream_dispose (GObject *object)
FsRtpSubStream *substream = self->substreams->data;
self->substreams = g_list_remove (self->substreams, substream);
FS_RTP_SESSION_UNLOCK (session);
+ fs_rtp_sub_stream_stop (substream);
g_object_unref (substream);
FS_RTP_SESSION_LOCK (session);
}