[farsight2/master] Notify on negotiated codecs when the config are set

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


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

diff --git a/gst/fsrtpconference/fs-rtp-session.c b/gst/fsrtpconference/fs-rtp-session.c
index 9471caf..fa6ab65 100644
--- a/gst/fsrtpconference/fs-rtp-session.c
+++ b/gst/fsrtpconference/fs-rtp-session.c
@@ -1452,6 +1452,7 @@ fs_rtp_session_set_local_codecs_config (FsSession *session,
     fs_codec_list_destroy (old_codec_configs);
 
     g_object_notify ((GObject*) self, "local-codecs");
+    g_object_notify ((GObject*) self, "negotiated-codecs");
     g_object_notify ((GObject*) self, "local-codecs-config");
 
     gst_element_post_message (GST_ELEMENT (self->priv->conference),
-- 
1.5.6.5




More information about the farsight-commits mailing list