mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +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`
|
### `audiotestsrc`
|
||||||
|
|
||||||
This element produces an audio wave (selectable among many different
|
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
|
``` bash
|
||||||
gst-launch-1.0 audiotestsrc ! audioconvert ! autoaudiosink
|
gst-launch-1.0 audiotestsrc ! audioconvert ! autoaudiosink
|
||||||
|
|
Loading…
Reference in a new issue