docs: testclock: fix up Since markers
authorTim-Philipp Müller <tim@centricular.com>
Sat, 12 Apr 2014 13:30:43 +0000 (14:30 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 12 Apr 2014 14:33:46 +0000 (15:33 +0100)
libs/gst/check/gsttestclock.c
libs/gst/check/gsttestclock.h

index d610074..6bdde06 100644 (file)
@@ -995,7 +995,7 @@ gst_test_clock_get_next_entry_time (GstTestClock * test_clock)
  *
  * MT safe.
  *
- * Since: 1.2
+ * Since: 1.4
  */
 void
 gst_test_clock_wait_for_multiple_pending_ids (GstTestClock * test_clock,
@@ -1026,7 +1026,7 @@ gst_test_clock_wait_for_multiple_pending_ids (GstTestClock * test_clock,
  *
  * MT safe.
  *
- * Since: 1.2
+ * Since: 1.4
  */
 guint
 gst_test_clock_process_id_list (GstTestClock * test_clock,
@@ -1061,7 +1061,7 @@ gst_test_clock_process_id_list (GstTestClock * test_clock,
  *
  * MT safe.
  *
- * Since: 1.2
+ * Since: 1.4
  */
 GstClockTime
 gst_test_clock_id_list_get_latest_time (GstTestClockIDList * pending_list)
@@ -1087,7 +1087,7 @@ gst_test_clock_id_list_get_latest_time (GstTestClockIDList * pending_list)
  *
  * MT safe.
  *
- * Since: 1.2
+ * Since: 1.4
  */
 void
 gst_test_clock_id_list_free (GstTestClockIDList * pending_list)
index 6527194..7610335 100644 (file)
@@ -83,7 +83,7 @@ struct _GstTestClockClass
  *
  * A #GstTestClockIDList structure, which is returned when waiting for multiple IDs
  *
- * Since: 1.2
+ * Since: 1.4
  */
  struct _GstTestClockIDList
 {