From: Seungha Yang Date: Sun, 6 Jun 2021 08:28:56 +0000 (+0900) Subject: wasapi2src: Fix doc typo X-Git-Tag: 1.19.3~507^2~323 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d5384ffbd0f101173d200e214e9ad488886c1db7;p=platform%2Fupstream%2Fgstreamer.git wasapi2src: Fix doc typo Part-of: --- 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