[farsight2/master] Rename fs_rtp_session_link_transmitter to more exact fs_rtp_session_link_network_sink

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


---
 gst/fsrtpconference/fs-rtp-conference.c |    5 +++--
 gst/fsrtpconference/fs-rtp-session.h    |    2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/gst/fsrtpconference/fs-rtp-conference.c b/gst/fsrtpconference/fs-rtp-conference.c
index a5c4c17..3c914c6 100644
--- a/gst/fsrtpconference/fs-rtp-conference.c
+++ b/gst/fsrtpconference/fs-rtp-conference.c
@@ -240,7 +240,8 @@ fs_rtp_conference_rtpbin_pad_added (GstElement *rtpbin, GstPad *new_pad,
   FsRtpConference *self = FS_RTP_CONFERENCE (user_data);
   gchar *name;
 
-  GST_DEBUG_OBJECT (self, "pad added %"GST_PTR_FORMAT, GST_PAD_CAPS (new_pad));
+  GST_DEBUG_OBJECT (self, "pad %s added %" GST_PTR_FORMAT,
+    GST_PAD_NAME (new_pad), GST_PAD_CAPS (new_pad));
 
   name = gst_pad_get_name (new_pad);
 
@@ -268,7 +269,7 @@ fs_rtp_conference_rtpbin_pad_added (GstElement *rtpbin, GstPad *new_pad,
          fs_rtp_conference_get_session_by_id (self, session_id);
 
        if (session) {
-         fs_rtp_session_link_transmitter (session, new_pad);
+         fs_rtp_session_link_network_sink (session, new_pad);
        }
      }
   }
diff --git a/gst/fsrtpconference/fs-rtp-session.h b/gst/fsrtpconference/fs-rtp-session.h
index 68696a3..a7b26dc 100644
--- a/gst/fsrtpconference/fs-rtp-session.h
+++ b/gst/fsrtpconference/fs-rtp-session.h
@@ -76,7 +76,7 @@ FsRtpSession *fs_rtp_session_new (FsMediaType media_type,
 
 GstCaps *fs_rtp_session_request_pt_map (FsRtpSession *session, guint pt);
 
-void fs_rtp_session_link_transmitter (FsRtpSession *session, GstPad *pad);
+void fs_rtp_session_link_network_sink (FsRtpSession *session, GstPad *pad);
 
 FsStream *fs_rtp_session_get_stream_by_id (FsRtpSession *session,
                                            guint stream_id);
-- 
1.5.6.5




More information about the farsight-commits mailing list