pulsesink: add a little more docs to the audioclock

This commit is contained in:
Stefan Sauer 2013-04-11 20:46:26 +02:00
parent f8013487c9
commit 33752425e7

View file

@ -1889,7 +1889,9 @@ gst_pulsesink_class_init (GstPulseSinkClass * klass)
gst_static_pad_template_get (&pad_template)); 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 static GstClockTime
gst_pulsesink_get_time (GstClock * clock, GstAudioBaseSink * sink) gst_pulsesink_get_time (GstClock * clock, GstAudioBaseSink * sink)
{ {