[farsight2/master] rtp: Unref muxer request pad
Olivier Crête
olivier.crete at collabora.co.uk
Tue Jul 21 13:03:12 PDT 2009
---
gst/fsrtpconference/fs-rtp-special-source.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/gst/fsrtpconference/fs-rtp-special-source.c b/gst/fsrtpconference/fs-rtp-special-source.c
index f4b5c27..45d1506 100644
--- a/gst/fsrtpconference/fs-rtp-special-source.c
+++ b/gst/fsrtpconference/fs-rtp-special-source.c
@@ -196,6 +196,8 @@ stop_source_thread (gpointer data)
gst_element_release_request_pad (parent, self->priv->muxer_request_pad);
gst_object_unref (parent);
}
+
+ gst_object_unref (self->priv->muxer_request_pad);
}
self->priv->muxer_request_pad = NULL;
--
1.5.6.5
More information about the farsight-commits
mailing list