linuxdeploy / linuxdeploy-plugin-gstreamer

Bundles GStreamer plugins into AppDirs. Experimental code, please expect issues! Help welcome!
3 stars 11 forks source link

Fix #18: missing Gstreamer issue #19

Closed namanlp closed 7 months ago

namanlp commented 7 months ago

Fixes https://github.com/linuxdeploy/linuxdeploy-plugin-gstreamer/issues/18

If the Gstreamer does not exist at /usr/lib/$(uname -m)-linux-gnu/gstreamer-"$GSTREAMER_VERSION", we simply search for /usr/lib/gstreamer-"$GSTREAMER_VERSION" as well.