* @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),
* @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),
* @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),
* @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),