[farsight2/master] Accept remote candidates without valid codec configuration

Olivier Crête olivier.crete at collabora.co.uk
Fri Feb 6 06:56:08 PST 2009


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

diff --git a/gst/fsrtpconference/fs-rtp-codec-negotiation.c b/gst/fsrtpconference/fs-rtp-codec-negotiation.c
index e65dcac..5b3183d 100644
--- a/gst/fsrtpconference/fs-rtp-codec-negotiation.c
+++ b/gst/fsrtpconference/fs-rtp-codec-negotiation.c
@@ -857,7 +857,7 @@ negotiate_stream_codecs (
 
     if (old_ca) {
       GST_DEBUG ("Have local codec in the same PT, lets try it first");
-      nego_codec = sdp_is_compat (old_ca->codec, remote_codec, TRUE);
+      nego_codec = sdp_is_compat (old_ca->codec, remote_codec, FALSE);
     }
 
     if (!nego_codec) {
@@ -868,7 +868,7 @@ negotiate_stream_codecs (
       {
         old_ca = item->data;
 
-        nego_codec = sdp_is_compat (old_ca->codec, remote_codec, TRUE);
+        nego_codec = sdp_is_compat (old_ca->codec, remote_codec, FALSE);
 
         if (nego_codec)
         {
-- 
1.5.6.5



More information about the farsight-commits mailing list