wasapi2src: Fix doc typo

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2306>
This commit is contained in:
Seungha Yang 2021-06-06 17:28:56 +09:00
parent c7684b48d0
commit d5384ffbd0

View file

@ -29,12 +29,12 @@
*
* ## Example pipelines
* |[
* gst-launch-1.0 -v wasapi2src ! fakesrc
* ]| Capture from the default audio device and render to fakesrc.
* gst-launch-1.0 -v wasapi2src ! fakesink
* ]| Capture from the default audio device and render to fakesink.
*
* |[
* gst-launch-1.0 -v wasapi2src low-latency=true ! fakesrc
* ]| Capture from the default audio device with the minimum possible latency and render to fakesrc.
* gst-launch-1.0 -v wasapi2src low-latency=true ! fakesink
* ]| Capture from the default audio device with the minimum possible latency and render to fakesink.
*
*/
#ifdef HAVE_CONFIG_H