From d5384ffbd0f101173d200e214e9ad488886c1db7 Mon Sep 17 00:00:00 2001 From: Seungha Yang Date: Sun, 6 Jun 2021 17:28:56 +0900 Subject: [PATCH] wasapi2src: Fix doc typo Part-of: --- sys/wasapi2/gstwasapi2src.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/wasapi2/gstwasapi2src.c b/sys/wasapi2/gstwasapi2src.c index f139db3..fa56169 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 -- 2.7.4