mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 00:36:51 +00:00
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:
parent
d63a9340b0
commit
c79f83f4ec
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue