Skip to content

gstreamer: meta: Pass an empty tag array instead of NULL to gst_meta_register_custom()

NULL gives a critical warning but an empty, NULL-terminated array gives the desired result.

Fixes #516 (closed)

Merge request reports