[farsight2/master] Rename message farsight-current-recv-codecs-changed into farsight-recv-codecs-changed for consistency

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


---
 gst-libs/gst/farsight/fs-stream.c   |    4 ++--
 gst/fsrtpconference/fs-rtp-stream.c |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gst-libs/gst/farsight/fs-stream.c b/gst-libs/gst/farsight/fs-stream.c
index 78ee675..5fe5d5b 100644
--- a/gst-libs/gst/farsight/fs-stream.c
+++ b/gst-libs/gst/farsight/fs-stream.c
@@ -68,7 +68,7 @@
  * outside the callback scope.
  * </para>
  * </refsect2>
- * <refsect2><title>The "<literal>farsight-current-recv-codecs-changed</literal>" message</title>
+ * <refsect2><title>The "<literal>farsight-recv-codecs-changed</literal>" message</title>
  * |[
  * "stream"           #FsStream          The stream that emits the message
  * "codecs"           #FsCodecGList      A #GList of #FsCodec
@@ -218,7 +218,7 @@ fs_stream_class_init (FsStreamClass *klass)
    *
    * This is the list of codecs that have been received by this stream.
    * The user must free the list if fs_codec_list_destroy().
-   * The "farsight-current-recv-codecs-changed" message is send on the #GstBus
+   * The "farsight-recv-codecs-changed" message is send on the #GstBus
    * when the value of this property changes.
    * It is normally emitted right after #FsStream::src-pad-added
    * only if that codec was not previously received in this stream, but it can
diff --git a/gst/fsrtpconference/fs-rtp-stream.c b/gst/fsrtpconference/fs-rtp-stream.c
index 00a74ff..3eb9c69 100644
--- a/gst/fsrtpconference/fs-rtp-stream.c
+++ b/gst/fsrtpconference/fs-rtp-stream.c
@@ -860,7 +860,7 @@ _substream_codec_changed (FsRtpSubStream *substream,
 
     gst_element_post_message (conf,
         gst_message_new_element (GST_OBJECT (conf),
-            gst_structure_new ("farsight-current-recv-codecs-changed",
+            gst_structure_new ("farsight-recv-codecs-changed",
                 "stream", FS_TYPE_STREAM, stream,
                 "codecs", FS_TYPE_CODEC_LIST, codeclist,
                 NULL)));
-- 
1.5.6.5




More information about the farsight-commits mailing list