summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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