diff --git a/subprojects/gst-docs/markdown/tutorials/basic/handy-elements.md b/subprojects/gst-docs/markdown/tutorials/basic/handy-elements.md index 7aefd30822..40dd819bdb 100644 --- a/subprojects/gst-docs/markdown/tutorials/basic/handy-elements.md +++ b/subprojects/gst-docs/markdown/tutorials/basic/handy-elements.md @@ -205,7 +205,7 @@ do not fear to use it generously. ``` bash -gst-launch-1.0 uridecodebin uri=https://www.freedesktop.org/software/gstreamer-sdk/data/media/sintel_trailer-480p.webm ! audioresample ! audio/x-raw-float,rate=4000 ! audioconvert ! autoaudiosink +gst-launch-1.0 uridecodebin uri=https://www.freedesktop.org/software/gstreamer-sdk/data/media/sintel_trailer-480p.webm ! audioresample ! audio/x-raw,rate=4000 ! audioconvert ! autoaudiosink ``` ### `audiorate`