wasapi2src: Fix doc typo
authorSeungha Yang <seungha@centricular.com>
Sun, 6 Jun 2021 08:28:56 +0000 (17:28 +0900)
committerSeungha Yang <seungha@centricular.com>
Tue, 8 Jun 2021 10:39:26 +0000 (19:39 +0900)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2306>

sys/wasapi2/gstwasapi2src.c

index f139db3..fa56169 100644 (file)
  *
  * ## 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