doc: Fix typo in ref _clock_wait_for_sync()
authorNicolas Dufresne <nicolas.dufresne@collabora.co.uk>
Sun, 14 Jun 2015 00:52:01 +0000 (20:52 -0400)
committerNicolas Dufresne <nicolas.dufresne@collabora.co.uk>
Sun, 14 Jun 2015 00:52:01 +0000 (20:52 -0400)
gst/gstclock.c

index 6faade6..01dc360 100644 (file)
@@ -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.