summaryrefslogtreecommitdiff
path: root/sys/wasapi2
diff options
context:
space:
mode:
authorSeungha Yang <seungha@centricular.com>2021-06-06 17:28:56 +0900
committerSeungha Yang <seungha@centricular.com>2021-06-08 19:39:26 +0900
commitd5384ffbd0f101173d200e214e9ad488886c1db7 (patch)
tree3ee93dd9676482ef7b0bbe8ea53423c179f8b1d6 /sys/wasapi2
parentc7684b48d0492fd1f6ce8185ceeaa3578988a72d (diff)
downloadgstreamer-plugins-bad-d5384ffbd0f101173d200e214e9ad488886c1db7.tar.gz
wasapi2src: Fix doc typo
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2306>
Diffstat (limited to 'sys/wasapi2')
-rw-r--r--sys/wasapi2/gstwasapi2src.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/wasapi2/gstwasapi2src.c b/sys/wasapi2/gstwasapi2src.c
index f139db3fb..fa5616936 100644
--- a/sys/wasapi2/gstwasapi2src.c
+++ b/sys/wasapi2/gstwasapi2src.c
@@ -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