mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 03:31:05 +00:00
doc: handy-elements: fix audiotestsrc description
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1966>
This commit is contained in:
parent
2f7c843f2b
commit
5c54cad469
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue