Skip to content

codecparsers: av1parse: Add the DECODE_ONLY flag to output buffer.

He Junyan requested to merge He_Junyan/gst-plugins-bad:av1_decode_only into master

When the alignment is ALIGN_FRAME and the output buf contains a frame which is not to be shown, the GST_BUFFER_FLAG_DECODE_ONLY flag should be set.

Merge request reports