From: Nicolas Dufresne Date: Sun, 14 Jun 2015 00:52:01 +0000 (-0400) Subject: doc: Fix typo in ref _clock_wait_for_sync() X-Git-Tag: 1.6.1~203 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b059520926892204aac57beeee3011cef445823b;p=platform%2Fupstream%2Fgstreamer.git doc: Fix typo in ref _clock_wait_for_sync() --- 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.