summaryrefslogtreecommitdiff
path: root/gst
diff options
context:
space:
mode:
authorMart Raudsepp <mart.raudsepp@collabora.co.uk>2011-01-24 11:53:12 +0200
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2011-01-24 14:38:48 +0000
commit3a0a6b477a133ce0bd0b9f5c42d3f214a388a4cf (patch)
tree0ddcf8f7035e36a92ba4f321f505d870a6d4fe1a /gst
parentb387daa6ff71f87d6417105f9dbf693491dd7336 (diff)
docs: add missing "Since: 0.10.32" markers for GstClock
Since tags were missing for gst_clock_single_shot_id_reinit() and GST_CLOCK_DONE.
Diffstat (limited to 'gst')
-rw-r--r--gst/gstclock.c2
-rw-r--r--gst/gstclock.h2
2 files changed, 3 insertions, 1 deletions
diff --git a/gst/gstclock.c b/gst/gstclock.c
index 18034750d6..9583396fa2 100644
--- a/gst/gstclock.c
+++ b/gst/gstclock.c
@@ -239,6 +239,8 @@ gst_clock_entry_reinit (GstClock * clock, GstClockEntry * entry,
*
* Returns: %TRUE if the GstClockID could be reinitialized to the provided
* @time, else %FALSE.
+ *
+ * Since: 0.10.32
*/
gboolean
gst_clock_single_shot_id_reinit (GstClock * clock, GstClockID id,
diff --git a/gst/gstclock.h b/gst/gstclock.h
index 1afbd22114..2d11aee538 100644
--- a/gst/gstclock.h
+++ b/gst/gstclock.h
@@ -260,7 +260,7 @@ typedef gboolean (*GstClockCallback) (GstClock *clock, GstClockTime time,
* @GST_CLOCK_BADTIME: A bad time was provided to a function.
* @GST_CLOCK_ERROR: An error occurred
* @GST_CLOCK_UNSUPPORTED: Operation is not supported
- * @GST_CLOCK_DONE: The ClockID is done waiting
+ * @GST_CLOCK_DONE: The ClockID is done waiting (Since: 0.10.32)
*
* The return value of a clock operation.
*/