[farsight2/master] Remove dead code, local-codecs-config are not construct time after all

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


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

diff --git a/gst/fsrtpconference/fs-rtp-session.c b/gst/fsrtpconference/fs-rtp-session.c
index 87084a4..3755811 100644
--- a/gst/fsrtpconference/fs-rtp-session.c
+++ b/gst/fsrtpconference/fs-rtp-session.c
@@ -726,13 +726,9 @@ fs_rtp_session_constructed (GObject *object)
     return;
   }
 
-  self->priv->local_codecs_configuration = validate_codecs_configuration (
-      self->priv->media_type, self->priv->blueprints,
-      self->priv->local_codecs_configuration);
-
   self->priv->local_codec_associations = create_local_codec_associations (
       self->priv->media_type, self->priv->blueprints,
-      self->priv->local_codecs_configuration,
+      NULL, /* there are no local codec configurations yet */
       NULL,
       &self->priv->local_codecs);
 
-- 
1.5.6.5




More information about the farsight-commits mailing list