Skip to content

x264enc: Check more video info fields to decide whether to reconfigure encoder

Arun Raghavan requested to merge arun/gstreamer:x264enc-set-format into main

The encoder is also initialised using interlace mode, colorimetry, chroma-site and multiview mode, so let's make sure we only skip reinitialising the encoder in set_format() if none of those have changed.

Merge request reports