docs: add Since: markers for new jitterbuffer properties
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 16 Feb 2010 02:07:07 +0000 (02:07 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 19 Feb 2010 12:13:07 +0000 (12:13 +0000)
gst/rtpmanager/gstrtpjitterbuffer.c

index a3794ec..9df0400 100644 (file)
@@ -361,6 +361,8 @@ gst_rtp_jitter_buffer_class_init (GstRtpJitterBufferClass * klass)
    * GstRtpJitterBuffer::percent:
    *
    * The percent of the jitterbuffer that is filled.
+   *
+   * Since: 0.10.19
    */
   g_object_class_install_property (gobject_class, PROP_PERCENT,
       g_param_spec_int ("percent", "percent",
@@ -425,6 +427,8 @@ gst_rtp_jitter_buffer_class_init (GstRtpJitterBufferClass * klass)
    * useful in buffering mode.
    *
    * Returns: the time of the last pushed packet.
+   *
+   * Since: 0.10.19
    */
   gst_rtp_jitter_buffer_signals[SIGNAL_SET_ACTIVE] =
       g_signal_new ("set-active", G_TYPE_FROM_CLASS (klass),