mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-09 08:55:33 +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:
|
* ## Example launch line to generate annex B format AV1 stream:
|
||||||
* ```
|
* ```
|
||||||
* gst-launch-1.0 filesrc location=sample.av1 ! ivfparse ! av1parse ! \
|
* gst-launch-1.0 filesrc location=sample.av1 ! ivfparse ! av1parse ! \
|
||||||
* video/x-av1,alignment=\(string\)tu,stream-format=\(string\)annexb ! \
|
* video/x-av1,alignment=\(string\)tu,stream-format=\(string\)obu-stream ! \
|
||||||
* filesink location=matroskamux ! filesink location=trans.mkv
|
* matroskamux ! filesink location=trans.mkv
|
||||||
* ```
|
* ```
|
||||||
*
|
*
|
||||||
* Since: 1.20
|
* Since: 1.20
|
||||||
|
|
Loading…
Reference in a new issue