av1parse: Fix a typo in the comments about its usage

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5710>
This commit is contained in:
He Junyan 2024-12-20 08:18:15 +08:00
parent d63a9340b0
commit c79f83f4ec

View file

@ -58,8 +58,8 @@
* ## Example launch line to generate annex B format AV1 stream:
* ```
* gst-launch-1.0 filesrc location=sample.av1 ! ivfparse ! av1parse ! \
* video/x-av1,alignment=\(string\)tu,stream-format=\(string\)annexb ! \
* filesink location=matroskamux ! filesink location=trans.mkv
* video/x-av1,alignment=\(string\)tu,stream-format=\(string\)obu-stream ! \
* matroskamux ! filesink location=trans.mkv
* ```
*
* Since: 1.20