[farsight2/master] Always use codec_nedds_config to check if there is a need to fetch config data

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


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

diff --git a/gst/fsrtpconference/fs-rtp-codec-negotiation.c b/gst/fsrtpconference/fs-rtp-codec-negotiation.c
index efd75f5..2ffa27d 100644
--- a/gst/fsrtpconference/fs-rtp-codec-negotiation.c
+++ b/gst/fsrtpconference/fs-rtp-codec-negotiation.c
@@ -542,12 +542,6 @@ create_local_codec_associations (
   {
     CodecAssociation *ca = lca_e->data;
 
-    if (ca->codec->config_params)
-    {
-      ca->need_config = FALSE;
-      continue;
-    }
-
     if (ca->reserved || ca->disable)
       ca->need_config = FALSE;
     else
-- 
1.5.6.5




More information about the farsight-commits mailing list