[farsight2/master] Improve comment
Olivier Crête
olivier.crete at collabora.co.uk
Tue Dec 23 15:19:07 PST 2008
---
gst/fsrtpconference/fs-rtp-session.c | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/gst/fsrtpconference/fs-rtp-session.c b/gst/fsrtpconference/fs-rtp-session.c
index 722fa61..f6e5d47 100644
--- a/gst/fsrtpconference/fs-rtp-session.c
+++ b/gst/fsrtpconference/fs-rtp-session.c
@@ -69,15 +69,18 @@ struct _FsRtpSessionPrivate
*/
FsRtpConference *conference;
- /* We dont keep explicit references to the pads, the Bin does that for us
- * only this element's methods can add/remote it
+ /* We keep references to these elements
*/
- GstPad *media_sink_pad;
GstElement *media_sink_valve;
GstElement *transmitter_rtp_tee;
GstElement *transmitter_rtcp_tee;
+ /* We dont keep explicit references to the pads, the Bin does that for us
+ * only this element's methods can add/remote it
+ */
+ GstPad *media_sink_pad;
+
/* Request pad to release on dispose */
GstPad *rtpbin_send_rtp_sink;
GstPad *rtpbin_send_rtcp_sink;
--
1.5.6.5
More information about the farsight-commits
mailing list