[farsight2/master] Remove CN hack

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


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

diff --git a/gst/fsrtpconference/fs-rtp-codec-negotiation.c b/gst/fsrtpconference/fs-rtp-codec-negotiation.c
index 21dbf9f..8b9f9cd 100644
--- a/gst/fsrtpconference/fs-rtp-codec-negotiation.c
+++ b/gst/fsrtpconference/fs-rtp-codec-negotiation.c
@@ -572,19 +572,6 @@ negotiate_codecs (const GList *remote_codecs,
 
   }
 
-#if 0
-  /*
-   * BIG hack, we have to manually add CN
-   * because we can send it, but not receive it yet
-   * This is because there is no blueprint for them
-   */
-
-  if (new_negotiated_codecs) {
-    new_negotiated_codecs = add_cn_type (new_negotiated_codecs,
-        new_codec_associations);
-  }
-#endif
-
   *negotiated_codecs_out = new_negotiated_codecs;
   return new_codec_associations;
 }
-- 
1.5.6.5




More information about the farsight-commits mailing list