[farsight2/master] Use the new filtering function on the negotiation result

Olivier Crête olivier.crete at collabora.co.uk
Fri Feb 6 03:48:33 PST 2009


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

diff --git a/gst/fsrtpconference/fs-rtp-session.c b/gst/fsrtpconference/fs-rtp-session.c
index 77fe970..c24beb5 100644
--- a/gst/fsrtpconference/fs-rtp-session.c
+++ b/gst/fsrtpconference/fs-rtp-session.c
@@ -2226,6 +2226,9 @@ fs_rtp_session_negotiate_codecs_locked (FsRtpSession *session,
       session->priv->codec_associations,
       new_negotiated_codec_associations);
 
+  new_negotiated_codec_associations =
+    fs_rtp_special_sources_negotiation_filter (
+        new_negotiated_codec_associations);
 
   return new_negotiated_codec_associations;
 
-- 
1.5.6.5




More information about the farsight-commits mailing list