docs: fix up some Since: markers
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 7 Nov 2011 23:05:44 +0000 (23:05 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 7 Nov 2011 23:05:44 +0000 (23:05 +0000)
ext/pango/gsttextoverlay.c
gst-libs/gst/audio/gstaudioiec61937.c
gst-libs/gst/audio/gstbaseaudiosink.c
gst-libs/gst/audio/gstbaseaudiosink.h
gst-libs/gst/video/video.c

index ac2e4a6..e33ee5a 100644 (file)
@@ -436,7 +436,7 @@ gst_text_overlay_class_init (GstTextOverlayClass * klass)
    *
    * Whether to display a shadow of each letter under the text.
    *
-   * Since: 0.10.35
+   * Since: 0.10.36
    **/
   g_object_class_install_property (G_OBJECT_CLASS (klass), PROP_SHADOW,
       g_param_spec_boolean ("shadow", "create shadow of text",
@@ -527,7 +527,7 @@ gst_text_overlay_class_init (GstTextOverlayClass * klass)
    *
    * Color of the outline of the rendered text.
    *
-   * Since: 0.10.35
+   * Since: 0.10.36
    **/
   g_object_class_install_property (G_OBJECT_CLASS (klass), PROP_OUTLINE_COLOR,
       g_param_spec_uint ("outline-color", "Text Outline Color",
index 9ad787b..b6a3266 100644 (file)
@@ -22,7 +22,7 @@
 /**
  * SECTION:gstaudioiec61937
  * @short_description: Utility functions for IEC 61937 payloading
- * @since: 0.10.35
+ * @since: 0.10.36
  *
  * This module contains some helper functions for encapsulating various
  * audio formats in IEC 61937 headers and padding.
@@ -69,7 +69,7 @@ caps_get_string_field (const GstCaps * caps, const gchar * field)
  * Returns: the size or 0 if the given @type is not supported or cannot be
  * payloaded.
  *
- * Since: 0.10.35
+ * Since: 0.10.36
  */
 guint
 gst_audio_iec61937_frame_size (const GstRingBufferSpec * spec)
@@ -145,7 +145,7 @@ gst_audio_iec61937_frame_size (const GstRingBufferSpec * spec)
  * Returns: transfer-full: %TRUE if the payloading was successful, %FALSE
  * otherwise.
  *
- * Since: 0.10.35
+ * Since: 0.10.36
  */
 gboolean
 gst_audio_iec61937_payload (const guint8 * src, guint src_n, guint8 * dst,
index eb4a0a3..9f9d0a1 100644 (file)
@@ -252,7 +252,7 @@ gst_base_audio_sink_class_init (GstBaseAudioSinkClass * klass)
    * Controls the amount of time in nanoseconds that timestamps are allowed
    * to drift from their ideal time before choosing not to align them.
    *
-   * Since: 0.10.26
+   * Since: 0.10.36
    */
   g_object_class_install_property (gobject_class, PROP_ALIGNMENT_THRESHOLD,
       g_param_spec_int64 ("alignment-threshold", "Alignment Threshold",
@@ -265,6 +265,8 @@ gst_base_audio_sink_class_init (GstBaseAudioSinkClass * klass)
    *
    * A window of time in nanoseconds to wait before creating a discontinuity as
    * a result of breaching the drift-tolerance.
+   *
+   * Since: 0.10.36
    */
   g_object_class_install_property (gobject_class, PROP_DISCONT_WAIT,
       g_param_spec_int64 ("discont-wait", "Discont Wait",
@@ -714,7 +716,7 @@ gst_base_audio_sink_get_drift_tolerance (GstBaseAudioSink * sink)
  *
  * Controls the sink's alignment threshold.
  *
- * Since: 0.10.31
+ * Since: 0.10.36
  */
 void
 gst_base_audio_sink_set_alignment_threshold (GstBaseAudioSink * sink,
@@ -735,7 +737,7 @@ gst_base_audio_sink_set_alignment_threshold (GstBaseAudioSink * sink,
  *
  * Returns: The current alignment threshold used by @sink.
  *
- * Since: 0.10.31
+ * Since: 0.10.36
  */
 GstClockTime
 gst_base_audio_sink_get_alignment_threshold (GstBaseAudioSink * sink)
@@ -758,7 +760,7 @@ gst_base_audio_sink_get_alignment_threshold (GstBaseAudioSink * sink)
  *
  * Controls how long the sink will wait before creating a discontinuity.
  *
- * Since: 0.10.31
+ * Since: 0.10.36
  */
 void
 gst_base_audio_sink_set_discont_wait (GstBaseAudioSink * sink,
@@ -779,7 +781,7 @@ gst_base_audio_sink_set_discont_wait (GstBaseAudioSink * sink,
  *
  * Returns: The current discont wait used by @sink.
  *
- * Since: 0.10.31
+ * Since: 0.10.36
  */
 GstClockTime
 gst_base_audio_sink_get_discont_wait (GstBaseAudioSink * sink)
index e41a46a..34a99c9 100644 (file)
@@ -144,7 +144,7 @@ struct _GstBaseAudioSink {
  * @payload: payload data in a format suitable to write to the sink. If no
  *           payloading is required, returns a reffed copy of the original
  *           buffer, else returns the payloaded buffer with all other metadata
- *           copied. (Since: 0.10.35)
+ *           copied. (Since: 0.10.36)
  *
  * #GstBaseAudioSink class. Override the vmethod to implement
  * functionality.
index 4b64cfc..af4c122 100644 (file)
@@ -2081,7 +2081,7 @@ gst_video_format_get_size (GstVideoFormat format, int width, int height)
  * Calculates the total number of bytes in the raw video format for the given
  * caps.  This number should be used when allocating a buffer for raw video.
  *
- * Since: 0.10.34
+ * Since: 0.10.36
  *
  * Returns: %TRUE if the size could be calculated from the caps
  */