rtpmanager: place content before Since-version API marker
authorReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
Wed, 14 Dec 2016 22:37:45 +0000 (14:37 -0800)
committerReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
Wed, 14 Dec 2016 22:38:38 +0000 (14:38 -0800)
Avoids confusing the parser

gst/rtpmanager/gstrtpbin.c
gst/rtpmanager/gstrtpsession.c

index b448040..81a8afb 100644 (file)
@@ -2296,9 +2296,9 @@ gst_rtp_bin_class_init (GstRtpBinClass * klass)
    * @session: the session
    * @ssrc: the sender SSRC
    *
-   * Since: 1.8
-   *
    * Notify of a new sender SSRC that entered @session.
+   *
+   * Since: 1.8
    */
   gst_rtp_bin_signals[SIGNAL_ON_NEW_SENDER_SSRC] =
       g_signal_new ("on-new-sender-ssrc", G_TYPE_FROM_CLASS (klass),
@@ -2311,9 +2311,9 @@ gst_rtp_bin_class_init (GstRtpBinClass * klass)
    * @session: the session
    * @ssrc: the sender SSRC
    *
-   * Since: 1.8
-   *
    * Notify of a sender SSRC that is active, i.e., sending RTCP.
+   *
+   * Since: 1.8
    */
   gst_rtp_bin_signals[SIGNAL_ON_SENDER_SSRC_ACTIVE] =
       g_signal_new ("on-sender-ssrc-active", G_TYPE_FROM_CLASS (klass),
index fd1f2b1..149bed2 100644 (file)
@@ -622,9 +622,9 @@ gst_rtp_session_class_init (GstRtpSessionClass * klass)
    * @sess: the object which received the signal
    * @ssrc: the sender SSRC
    *
-   * Since: 1.8
-   *
    * Notify of a new sender SSRC that entered @session.
+   *
+   * Since: 1.8
    */
   gst_rtp_session_signals[SIGNAL_ON_NEW_SENDER_SSRC] =
       g_signal_new ("on-new-sender-ssrc", G_TYPE_FROM_CLASS (klass),
@@ -636,9 +636,9 @@ gst_rtp_session_class_init (GstRtpSessionClass * klass)
    * @sess: the object which received the signal
    * @ssrc: the sender SSRC
    *
-   * Since: 1.8
-   *
    * Notify of a sender SSRC that is active, i.e., sending RTCP.
+   *
+   * Since: 1.8
    */
   gst_rtp_session_signals[SIGNAL_ON_SENDER_SSRC_ACTIVE] =
       g_signal_new ("on-sender-ssrc-active", G_TYPE_FROM_CLASS (klass),