summaryrefslogtreecommitdiff
path: root/gst
diff options
context:
space:
mode:
authorNicolas Dufresne <nicolas.dufresne@collabora.co.uk>2015-06-13 20:52:01 -0400
committerNicolas Dufresne <nicolas.dufresne@collabora.co.uk>2015-06-13 20:52:01 -0400
commitb059520926892204aac57beeee3011cef445823b (patch)
tree4c6952af7beadac4ba974fc645d186a0af346586 /gst
parent6f2fb1e37e0eb39c3b26d233fd89e56c6560daf9 (diff)
doc: Fix typo in ref _clock_wait_for_sync()
Diffstat (limited to 'gst')
-rw-r--r--gst/gstclock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gstclock.c b/gst/gstclock.c
index 6faade64b..01dc3603f 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.