Since commit
de57657de1d1916503b4ad451ac13a3e191465f8 inspecting a third-party
plugin would trigger a segfault (Address boundary error) due to the missing
sentinel in the list of GStreamer modules.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2636>
static const gchar *gstreamer_modules[] = {
"gstreamer", "gst-plugins-base", "gst-plugins-good", "gst-plugins-ugly",
"gst-plugins-bad", "gst-editing-services", "gst-libav", "gst-rtsp-server",
- "gstreamer-vaapi"
+ "gstreamer-vaapi", NULL
};
static char *_name = NULL;