Skip to content

plugin: Add support for re-inspecting runtime library dependent plugins

Seungha Yang requested to merge seungha.yang/gstreamer:plugin-dlopen-check into main
    amfcodec: Enable plugin re-inspect upon runtime library deps change

    Use newly added dependency check method
    nvcodec: Enable plugin re-inspect upon runtime library deps change

    Use newly added dependency check method

    Fixes: https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/2551
    plugin: Add support for re-inspecting runtime library dependent plugins

    Add a new method for each plugin to be able to detect runtime
    library dependencies where the library path is non-deterministic
    (e.g., depends on LD_LIBRARY_PATH)

Merge request reports