Skip to content

d3d11decoder: Fix crash on negotiate() when decoder is not configured

Seungha Yang requested to merge seungha.yang/gstreamer:d3d11dec-crash into main

The negotiate() can be called by GstVideoDecoder baseclass on GAP event, and decoder helper object might not be configured at the time when negotiate() is called.

Merge request reports