[farsight2/master] Make the header file match the code
Olivier Crête
olivier.crete at collabora.co.uk
Tue Dec 23 15:20:09 PST 2008
---
gst/fsrtpconference/fs-rtp-session.c | 4 ++--
gst/fsrtpconference/fs-rtp-substream.h | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/gst/fsrtpconference/fs-rtp-session.c b/gst/fsrtpconference/fs-rtp-session.c
index 2d78f20..4f60a2a 100644
--- a/gst/fsrtpconference/fs-rtp-session.c
+++ b/gst/fsrtpconference/fs-rtp-session.c
@@ -1513,8 +1513,8 @@ fs_rtp_session_new_recv_pad (FsRtpSession *session, GstPad *new_pad,
FsRtpStream *stream = NULL;
GError *error = NULL;
- substream = fs_rtp_substream_new (session->priv->conference, session, new_pad,
- ssrc, pt, &error);
+ substream = fs_rtp_sub_stream_new (session->priv->conference, session,
+ new_pad, ssrc, pt, &error);
if (substream == NULL) {
if (error && error->domain == FS_ERROR)
diff --git a/gst/fsrtpconference/fs-rtp-substream.h b/gst/fsrtpconference/fs-rtp-substream.h
index 41be0bd..9bf971e 100644
--- a/gst/fsrtpconference/fs-rtp-substream.h
+++ b/gst/fsrtpconference/fs-rtp-substream.h
@@ -71,7 +71,7 @@ struct _FsRtpSubStream
GType fs_rtp_sub_stream_get_type (void);
-FsRtpSubStream *fs_rtp_substream_new (FsRtpConference *conference,
+FsRtpSubStream *fs_rtp_sub_stream_new (FsRtpConference *conference,
FsRtpSession *session,
GstPad *pad,
guint32 ssrc,
--
1.5.6.5
More information about the farsight-commits
mailing list