Skip to content

gst-plugins-bad: Ship GstCuda library and disable QSV in case of MinGW build on Windows

Seungha Yang requested to merge seungha.yang/cerbero:ship-cuda into main
    gst-plugins-bad: Ship QSV plugin only for MSVC build

    QSV plugin causes deadlock while plugin loading. Disable QSV plugin
    in case of MinGW build for now
    gst-plugins-bad: Ship GstCuda library

    nvcodec plugin requires GstCuda library and the it is (experimental) public library
    we need to ship.

Merge request reports