audiosrc: Fix typo in docs
We read *from* the audio device, not to it.
This commit is contained in:
parent
e22243b2d0
commit
bc92cd8f67
@ -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.
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user