mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +00:00
rtpbin: add Since tags
This commit is contained in:
parent
5a2bc1405e
commit
e721d26c68
1 changed files with 10 additions and 0 deletions
|
@ -1905,6 +1905,8 @@ gst_rtp_bin_class_init (GstRtpBinClass * klass)
|
||||||
* element will be added to the bin if not previously added.
|
* element will be added to the bin if not previously added.
|
||||||
*
|
*
|
||||||
* If no handler is connected, no encoder will be used.
|
* If no handler is connected, no encoder will be used.
|
||||||
|
*
|
||||||
|
* Since: 1.4
|
||||||
*/
|
*/
|
||||||
gst_rtp_bin_signals[SIGNAL_REQUEST_RTP_ENCODER] =
|
gst_rtp_bin_signals[SIGNAL_REQUEST_RTP_ENCODER] =
|
||||||
g_signal_new ("request-rtp-encoder", G_TYPE_FROM_CLASS (klass),
|
g_signal_new ("request-rtp-encoder", G_TYPE_FROM_CLASS (klass),
|
||||||
|
@ -1921,6 +1923,8 @@ gst_rtp_bin_class_init (GstRtpBinClass * klass)
|
||||||
* element will be added to the bin if not previously added.
|
* element will be added to the bin if not previously added.
|
||||||
*
|
*
|
||||||
* If no handler is connected, no encoder will be used.
|
* If no handler is connected, no encoder will be used.
|
||||||
|
*
|
||||||
|
* Since: 1.4
|
||||||
*/
|
*/
|
||||||
gst_rtp_bin_signals[SIGNAL_REQUEST_RTP_DECODER] =
|
gst_rtp_bin_signals[SIGNAL_REQUEST_RTP_DECODER] =
|
||||||
g_signal_new ("request-rtp-decoder", G_TYPE_FROM_CLASS (klass),
|
g_signal_new ("request-rtp-decoder", G_TYPE_FROM_CLASS (klass),
|
||||||
|
@ -1937,6 +1941,8 @@ gst_rtp_bin_class_init (GstRtpBinClass * klass)
|
||||||
* element will be added to the bin if not previously added.
|
* element will be added to the bin if not previously added.
|
||||||
*
|
*
|
||||||
* If no handler is connected, no encoder will be used.
|
* If no handler is connected, no encoder will be used.
|
||||||
|
*
|
||||||
|
* Since: 1.4
|
||||||
*/
|
*/
|
||||||
gst_rtp_bin_signals[SIGNAL_REQUEST_RTCP_ENCODER] =
|
gst_rtp_bin_signals[SIGNAL_REQUEST_RTCP_ENCODER] =
|
||||||
g_signal_new ("request-rtcp-encoder", G_TYPE_FROM_CLASS (klass),
|
g_signal_new ("request-rtcp-encoder", G_TYPE_FROM_CLASS (klass),
|
||||||
|
@ -1953,6 +1959,8 @@ gst_rtp_bin_class_init (GstRtpBinClass * klass)
|
||||||
* element will be added to the bin if not previously added.
|
* element will be added to the bin if not previously added.
|
||||||
*
|
*
|
||||||
* If no handler is connected, no encoder will be used.
|
* If no handler is connected, no encoder will be used.
|
||||||
|
*
|
||||||
|
* Since: 1.4
|
||||||
*/
|
*/
|
||||||
gst_rtp_bin_signals[SIGNAL_REQUEST_RTCP_DECODER] =
|
gst_rtp_bin_signals[SIGNAL_REQUEST_RTCP_DECODER] =
|
||||||
g_signal_new ("request-rtcp-decoder", G_TYPE_FROM_CLASS (klass),
|
g_signal_new ("request-rtcp-decoder", G_TYPE_FROM_CLASS (klass),
|
||||||
|
@ -1969,6 +1977,8 @@ gst_rtp_bin_class_init (GstRtpBinClass * klass)
|
||||||
*
|
*
|
||||||
* Notify that a new @jitterbuffer was created for @session and @ssrc.
|
* Notify that a new @jitterbuffer was created for @session and @ssrc.
|
||||||
* This signal can, for example, be used to configure @jitterbuffer.
|
* This signal can, for example, be used to configure @jitterbuffer.
|
||||||
|
*
|
||||||
|
* Since: 1.4
|
||||||
*/
|
*/
|
||||||
gst_rtp_bin_signals[SIGNAL_NEW_JITTERBUFFER] =
|
gst_rtp_bin_signals[SIGNAL_NEW_JITTERBUFFER] =
|
||||||
g_signal_new ("new-jitterbuffer", G_TYPE_FROM_CLASS (klass),
|
g_signal_new ("new-jitterbuffer", G_TYPE_FROM_CLASS (klass),
|
||||||
|
|
Loading…
Reference in a new issue