Skip to content

gst-inspect: Fix inspection of third-party plugins

Philippe Normand requested to merge philn/gstreamer:inspect-boundary-error into main

Since commit de57657d inspecting a third-party plugin would trigger a segfault (Address boundary error) due to the missing sentinel in the list of GStreamer modules.

Merge request reports