From 264be35e3c30e325275d3716915f99c8a0a27ed1 Mon Sep 17 00:00:00 2001 From: "Reynaldo H. Verdejo Pinochet" Date: Wed, 14 Dec 2016 14:37:45 -0800 Subject: [PATCH] rtpmanager: place content before Since-version API marker Avoids confusing the parser --- gst/rtpmanager/gstrtpbin.c | 8 ++++---- gst/rtpmanager/gstrtpsession.c | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/gst/rtpmanager/gstrtpbin.c b/gst/rtpmanager/gstrtpbin.c index b448040..81a8afb 100644 --- a/gst/rtpmanager/gstrtpbin.c +++ b/gst/rtpmanager/gstrtpbin.c @@ -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), diff --git a/gst/rtpmanager/gstrtpsession.c b/gst/rtpmanager/gstrtpsession.c index fd1f2b1..149bed2 100644 --- a/gst/rtpmanager/gstrtpsession.c +++ b/gst/rtpmanager/gstrtpsession.c @@ -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), -- 2.7.4