[farsight2/master] Ignore remove config data when negotiating

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


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

diff --git a/gst/fsrtpconference/fs-rtp-specific-nego.c b/gst/fsrtpconference/fs-rtp-specific-nego.c
index 4783f49..0bc11dc 100644
--- a/gst/fsrtpconference/fs-rtp-specific-nego.c
+++ b/gst/fsrtpconference/fs-rtp-specific-nego.c
@@ -190,7 +190,7 @@ sdp_is_compat_default (FsCodec *local_codec, FsCodec *remote_codec)
     return NULL;
   }
 
-  negotiated_codec = fs_codec_copy (remote_codec);
+  negotiated_codec = codec_copy_without_config (remote_codec);
 
   /* Lets fix here missing clock rates and channels counts */
   if (negotiated_codec->channels == 0 && local_codec->channels)
-- 
1.5.6.5




More information about the farsight-commits mailing list