[farsight2/master] The rtp muxer is called rtpmux
Olivier Crête
olivier.crete at collabora.co.uk
Tue Dec 23 15:20:13 PST 2008
---
gst/fsrtpconference/fs-rtp-session.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gst/fsrtpconference/fs-rtp-session.c b/gst/fsrtpconference/fs-rtp-session.c
index 105b726..996d518 100644
--- a/gst/fsrtpconference/fs-rtp-session.c
+++ b/gst/fsrtpconference/fs-rtp-session.c
@@ -828,7 +828,7 @@ fs_rtp_session_constructed (GObject *object)
/* Lets now create the RTP muxer */
tmp = g_strdup_printf ("send_rtp_muxer_%d", self->id);
- muxer = gst_element_factory_make ("rtpmuxer", tmp);
+ muxer = gst_element_factory_make ("rtpmux", tmp);
g_free (tmp);
if (!muxer) {
@@ -902,7 +902,7 @@ fs_rtp_session_constructed (GObject *object)
{
self->priv->construction_error = g_error_new (FS_ERROR,
FS_ERROR_CONSTRUCTION,
- "Could not link pad capsfilter src pad to the rtpmuxer");
+ "Could not link pad capsfilter src pad to the rtpmux");
return;
}
--
1.5.6.5
More information about the farsight-commits
mailing list