gst-inspect: Fix inspection of third-party plugins
authorPhilippe Normand <philn@igalia.com>
Mon, 20 Jun 2022 14:29:21 +0000 (15:29 +0100)
committerPhilippe Normand <philn@igalia.com>
Mon, 20 Jun 2022 14:29:21 +0000 (15:29 +0100)
commit190f15660f0f72129a0d3894b8999b026d605c98
tree328e543a261ae2e106ed82fc7f5988dcc76effb8
parenteaa9943b98830bff70ef1d0bdae1cdc1c2500ca4
gst-inspect: Fix inspection of third-party plugins

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>
subprojects/gstreamer/tools/gst-inspect.c