mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-03 15:06:34 +00:00
wasapi2src: Fix doc typo
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2306>
This commit is contained in:
parent
c7684b48d0
commit
d5384ffbd0
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue