[farsight2/master] Emit the new-negotiated-codecs signal with the right name

Olivier Crête olivier.crete at collabora.co.uk
Tue Dec 23 15:20:16 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 cfd343f..7f08d08 100644
--- a/gst/fsrtpconference/fs-rtp-session.c
+++ b/gst/fsrtpconference/fs-rtp-session.c
@@ -1456,7 +1456,7 @@ fs_rtp_session_negotiate_codecs (FsRtpSession *session, GList *remote_codecs,
     FS_RTP_SESSION_UNLOCK (session);
 
     if (is_new)
-      g_signal_emit_by_name (session, "new-negotiated-codec");
+      g_signal_emit_by_name (session, "new-negotiated-codecs");
 
     return TRUE;
   } else {
-- 
1.5.6.5




More information about the farsight-commits mailing list