Skip to content

vpxenc: Include vpx error details in errors and warnings

Philippe Normand requested to merge philn/gstreamer:vpx-err-details into main

The vpx_codec_t err_detail string usually provides additional context about the error, so include it in GStreamer warnings and errors, when it's not NULL.

Merge request reports