From c79f83f4ecfabb785eac33a0ccf2851e80d67c26 Mon Sep 17 00:00:00 2001 From: He Junyan <junyan.he@intel.com> Date: Fri, 20 Dec 2024 08:18:15 +0800 Subject: [PATCH] av1parse: Fix a typo in the comments about its usage Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5710> --- subprojects/gst-plugins-bad/gst/videoparsers/gstav1parse.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subprojects/gst-plugins-bad/gst/videoparsers/gstav1parse.c b/subprojects/gst-plugins-bad/gst/videoparsers/gstav1parse.c index 0ebe42cdfe..9831357bf1 100644 --- a/subprojects/gst-plugins-bad/gst/videoparsers/gstav1parse.c +++ b/subprojects/gst-plugins-bad/gst/videoparsers/gstav1parse.c @@ -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