[farsight2/master] The property is called stream-transmitter
Olivier Crête
olivier.crete at collabora.co.uk
Tue Dec 23 15:19:14 PST 2008
---
gst/fsrtpconference/fs-rtp-stream.c | 4 ++--
gst/fsrtpconference/fs-rtp-stream.h | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/gst/fsrtpconference/fs-rtp-stream.c b/gst/fsrtpconference/fs-rtp-stream.c
index 833b02d..7edcdbc 100644
--- a/gst/fsrtpconference/fs-rtp-stream.c
+++ b/gst/fsrtpconference/fs-rtp-stream.c
@@ -327,13 +327,13 @@ FsRtpStream *
fs_rtp_stream_new (FsRtpSession *session,
FsRtpParticipant *participant,
FsStreamDirection direction,
- FsStreamTransmitter *transmitter)
+ FsStreamTransmitter *stream_transmitter)
{
return g_object_new (FS_TYPE_RTP_STREAM,
"session", session,
"participant", participant,
"direction", direction,
- "transmitter", transmitter,
+ "stream-transmitter", stream_transmitter,
NULL);
}
diff --git a/gst/fsrtpconference/fs-rtp-stream.h b/gst/fsrtpconference/fs-rtp-stream.h
index 17d1f6d..c265f17 100644
--- a/gst/fsrtpconference/fs-rtp-stream.h
+++ b/gst/fsrtpconference/fs-rtp-stream.h
@@ -73,7 +73,7 @@ GType fs_rtp_stream_get_type (void);
FsRtpStream *fs_rtp_stream_new (FsRtpSession *session,
FsRtpParticipant *participant,
FsStreamDirection direction,
- FsStreamTransmitter *transmitter);
+ FsStreamTransmitter *stream_transmitter);
void fs_rtp_stream_new_recv_pad (FsRtpStream *stream, GstPad *pad, guint pt);
--
1.5.6.5
More information about the farsight-commits
mailing list