Skip to content

xvimagesink: Fix crash in pool on error

Nicolas Dufresne requested to merge ndufresne/gstreamer:xv-pool-crash into main

The set_config() virtual function is not support to free the config. As a side effect, when there is protocol error of some sort, we endup with a crash. Also improve the logging.

Merge request reports