Skip to content

play: Fix a critical warning in error callback

Philippe Normand requested to merge philn/gstreamer:play-null-error-details into main

on_error() can be called with a NULL details structure, so in that situation the gst_structure_copy() would raise a critical warning. Create an empty structure instead of attempting to copy a NULL one.

Merge request reports