Skip to content

videoconvertscale: fix valid_tags NULL-terminated array of strings

Philipp Zabel requested to merge pH5/gstreamer:videoconvertscale into main

The valid_tags array of strings must be NULL-terminated, as it is passed to the g_strv_contains() function.

Merge request reports