Skip to content

vpxenc: fix warning about decreasing PTS on first frame

Mathieu Duponchelle requested to merge meh/gstreamer:main into main

The fields used to track this state should be initialized when codec->inited is FALSE on set_format, not TRUE

Fixes: #3200 (closed)

Merge request reports