mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
docs: add Since: markers for new jitterbuffer properties
This commit is contained in:
parent
8d801f41d8
commit
07fa73f199
1 changed files with 4 additions and 0 deletions
|
@ -361,6 +361,8 @@ gst_rtp_jitter_buffer_class_init (GstRtpJitterBufferClass * klass)
|
||||||
* GstRtpJitterBuffer::percent:
|
* GstRtpJitterBuffer::percent:
|
||||||
*
|
*
|
||||||
* The percent of the jitterbuffer that is filled.
|
* The percent of the jitterbuffer that is filled.
|
||||||
|
*
|
||||||
|
* Since: 0.10.19
|
||||||
*/
|
*/
|
||||||
g_object_class_install_property (gobject_class, PROP_PERCENT,
|
g_object_class_install_property (gobject_class, PROP_PERCENT,
|
||||||
g_param_spec_int ("percent", "percent",
|
g_param_spec_int ("percent", "percent",
|
||||||
|
@ -425,6 +427,8 @@ gst_rtp_jitter_buffer_class_init (GstRtpJitterBufferClass * klass)
|
||||||
* useful in buffering mode.
|
* useful in buffering mode.
|
||||||
*
|
*
|
||||||
* Returns: the time of the last pushed packet.
|
* Returns: the time of the last pushed packet.
|
||||||
|
*
|
||||||
|
* Since: 0.10.19
|
||||||
*/
|
*/
|
||||||
gst_rtp_jitter_buffer_signals[SIGNAL_SET_ACTIVE] =
|
gst_rtp_jitter_buffer_signals[SIGNAL_SET_ACTIVE] =
|
||||||
g_signal_new ("set-active", G_TYPE_FROM_CLASS (klass),
|
g_signal_new ("set-active", G_TYPE_FROM_CLASS (klass),
|
||||||
|
|
Loading…
Reference in a new issue