audiosrc: Fix typo in docs
authorSebastian Dröge <sebastian@centricular.com>
Sun, 9 Feb 2014 10:28:48 +0000 (11:28 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Sun, 9 Feb 2014 10:28:48 +0000 (11:28 +0100)
We read *from* the audio device, not to it.

gst-libs/gst/audio/gstaudiosrc.h

index c498274..040caa2 100644 (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.
  *