[farsight2/master] Emit notify signal on changes in the local-codecs property

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


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

diff --git a/gst/fsrtpconference/fs-rtp-session.c b/gst/fsrtpconference/fs-rtp-session.c
index f812d89..cf4061b 100644
--- a/gst/fsrtpconference/fs-rtp-session.c
+++ b/gst/fsrtpconference/fs-rtp-session.c
@@ -653,6 +653,8 @@ fs_rtp_session_set_property (GObject *object,
           self->priv->local_codecs_configuration =
             new_local_codecs_configuration;
 
+          g_object_notify (object, "local-codecs");
+
         } else {
           GST_WARNING ("Invalid new codec configurations");
           fs_codec_list_destroy (new_local_codecs_configuration);
-- 
1.5.6.5




More information about the farsight-commits mailing list