wasapi2: Fix typo in doc
authorSeungha Yang <seungha@centricular.com>
Wed, 17 Nov 2021 15:16:41 +0000 (00:16 +0900)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Fri, 19 Nov 2021 13:38:19 +0000 (13:38 +0000)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1360>

subprojects/gst-plugins-bad/sys/wasapi2/gstwasapi2sink.c

index fca7138..67608dc 100644 (file)
@@ -31,8 +31,8 @@
  *
  * ## Example pipelines
  * |[
- * gst-launch-1.0 -v audiotestsink samplesperbuffer=160 ! wasapi2sink
- * ]| Generate 20 ms buffers and render to the default audio device.
+ * gst-launch-1.0 -v audiotestsrc ! wasapi2sink
+ * ]| Generate audio test buffers and render to the default audio device.
  *
  * |[
  * gst-launch-1.0 -v audiotestsink samplesperbuffer=160 ! wasapi2sink low-latency=true