Skip to content

y4menc: remove padding from YUV data

Wang Chuan requested to merge ouchuan/gstreamer:working into main

upstream element may introduce padding in YUV data, while Y4M require YUV data without padding. Therefore removing existing padding before output.

Fixes #2765

Merge request reports