From 2e4900ba9435142d6b7249a890cd44fe8d93c707 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Sat, 12 Apr 2014 14:30:43 +0100 Subject: [PATCH] docs: testclock: fix up Since markers --- libs/gst/check/gsttestclock.c | 8 ++++---- libs/gst/check/gsttestclock.h | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/libs/gst/check/gsttestclock.c b/libs/gst/check/gsttestclock.c index d610074..6bdde06 100644 --- a/libs/gst/check/gsttestclock.c +++ b/libs/gst/check/gsttestclock.c @@ -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) diff --git a/libs/gst/check/gsttestclock.h b/libs/gst/check/gsttestclock.h index 6527194..7610335 100644 --- a/libs/gst/check/gsttestclock.h +++ b/libs/gst/check/gsttestclock.h @@ -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 { -- 2.7.4