docs: add Since: markers for new jitterbuffer properties

This commit is contained in:
Tim-Philipp Müller 2010-02-16 02:07:07 +00:00
parent 8d801f41d8
commit 07fa73f199

View file

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