[farsight2/master] Emit the codecs-changed message when the codecs are ready
Olivier Crête
olivier.crete at collabora.co.uk
Tue Dec 23 15:23:15 PST 2008
---
gst/fsrtpconference/fs-rtp-session.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/gst/fsrtpconference/fs-rtp-session.c b/gst/fsrtpconference/fs-rtp-session.c
index 7e6b04f..d0dcd15 100644
--- a/gst/fsrtpconference/fs-rtp-session.c
+++ b/gst/fsrtpconference/fs-rtp-session.c
@@ -3504,7 +3504,7 @@ _send_sink_pad_have_data_callback (GstPad *pad, GstMiniObject *obj,
g_object_notify (G_OBJECT (session), "codecs-ready");
gst_element_post_message (GST_ELEMENT (session->priv->conference),
gst_message_new_element (GST_OBJECT (session->priv->conference),
- gst_structure_new ("farsight-codecs-ready",
+ gst_structure_new ("farsight-codecs-changed",
"session", FS_TYPE_SESSION, session,
NULL)));
--
1.5.6.5
More information about the farsight-commits
mailing list