mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 04:22:27 +00:00
audiosrc: Fix typo in docs
We read *from* the audio device, not to it.
This commit is contained in:
parent
e22243b2d0
commit
bc92cd8f67
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue