play: Fix a critical warning in error callback
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.