[farsight2/master] Fix copy-paste error

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


---
 gst/fsrtpconference/fs-rtp-session.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gst/fsrtpconference/fs-rtp-session.c b/gst/fsrtpconference/fs-rtp-session.c
index 4a63a4e..6025da7 100644
--- a/gst/fsrtpconference/fs-rtp-session.c
+++ b/gst/fsrtpconference/fs-rtp-session.c
@@ -856,7 +856,7 @@ fs_rtp_session_constructed (GObject *object)
     self->priv->construction_error = g_error_new (FS_ERROR,
       FS_ERROR_CONSTRUCTION,
       "Could not link pad %s (%p) with pad %s (%p)",
-      GST_PAD_NAME (funnel_src_pad), GST_PAD_CAPS (muxer_src_pad),
+      GST_PAD_NAME (muxer_src_pad), GST_PAD_CAPS (muxer_src_pad),
       GST_PAD_NAME (self->priv->rtpbin_send_rtp_sink),
       GST_PAD_CAPS (self->priv->rtpbin_send_rtp_sink));
 
-- 
1.5.6.5




More information about the farsight-commits mailing list