From b059520926892204aac57beeee3011cef445823b Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Sat, 13 Jun 2015 20:52:01 -0400 Subject: [PATCH] doc: Fix typo in ref _clock_wait_for_sync() --- gst/gstclock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gstclock.c b/gst/gstclock.c index 6faade6..01dc360 100644 --- a/gst/gstclock.c +++ b/gst/gstclock.c @@ -1610,7 +1610,7 @@ gst_clock_is_synced (GstClock * clock) * @synced: if the clock is synced * * Sets @clock to synced and emits the GstClock::synced signal, and wakes up any - * thread waiting in gst_clock_wait_synced(). + * thread waiting in gst_clock_wait_for_sync(). * * This function must only be called if GST_CLOCK_FLAG_NEEDS_STARTUP_SYNC * is set on the clock, and is intended to be called by subclasses only. -- 2.7.4