From 33752425e79671b965d6b28a6e4d17edf2e08c50 Mon Sep 17 00:00:00 2001 From: Stefan Sauer Date: Thu, 11 Apr 2013 20:46:26 +0200 Subject: [PATCH] pulsesink: add a little more docs to the audioclock --- ext/pulse/pulsesink.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ext/pulse/pulsesink.c b/ext/pulse/pulsesink.c index 1029e97..585174d 100644 --- a/ext/pulse/pulsesink.c +++ b/ext/pulse/pulsesink.c @@ -1889,7 +1889,9 @@ gst_pulsesink_class_init (GstPulseSinkClass * klass) gst_static_pad_template_get (&pad_template)); } -/* returns the current time of the sink ringbuffer */ +/* Returns the current time of the sink ringbuffer. The timing_info is updated + * on every data write/flush and every 100ms (PA_STREAM_AUTO_TIMING_UPDATE). + */ static GstClockTime gst_pulsesink_get_time (GstClock * clock, GstAudioBaseSink * sink) { -- 2.7.4