https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/merge_requests/878
Coverity rightly complains that checking a pointer for NULL after dereferencing it is pointless. Remove the check, and to be safe, assert that gst_buffer_add_meta returns non-NULL. CID 1455485
For master, without autotools.