doc: handy-elements: fix audiotestsrc description
authorMGlolenstine <mglolenstine@gmail.com>
Tue, 15 Mar 2022 15:01:39 +0000 (15:01 +0000)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Wed, 16 Mar 2022 06:00:08 +0000 (06:00 +0000)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1966>

subprojects/gst-docs/markdown/tutorials/basic/handy-elements.md

index 49b8058..7aefd30 100644 (file)
@@ -109,7 +109,7 @@ gst-launch-1.0 videotestsrc ! videoconvert ! autovideosink
 ### `audiotestsrc`
 
 This element produces an audio wave (selectable among many different
-options with the `wave` property). Use it to test video pipelines.
+options with the `wave` property). Use it to test audio pipelines.
 
 ``` bash
 gst-launch-1.0 audiotestsrc ! audioconvert ! autoaudiosink