audiosrc: Fix typo in docs

We read *from* the audio device, not to it.
This commit is contained in:
Sebastian Dröge 2014-02-09 11:28:48 +01:00
parent e22243b2d0
commit bc92cd8f67

View file

@ -64,7 +64,7 @@ struct _GstAudioSrc {
* @prepare: configure device with format
* @unprepare: undo the configuration
* @close: close the device
* @read: read samples to the audio device
* @read: read samples from the audio device
* @delay: the number of samples queued in the device
* @reset: unblock a read to the device and reset.
*