wasapi2: Fix typo in doc

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1360>
This commit is contained in:
Seungha Yang 2021-11-18 00:16:41 +09:00 committed by GStreamer Marge Bot
parent 6acf89b3d3
commit 7f796b10b2

View 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