An open API service indexing awesome lists of open source software.

https://github.com/tauri-apps/linuxdeploy-plugin-gstreamer

Bundles GStreamer plugins into AppDirs.
https://github.com/tauri-apps/linuxdeploy-plugin-gstreamer

Last synced: 2 months ago
JSON representation

Bundles GStreamer plugins into AppDirs.

Awesome Lists containing this project

README

          

# linuxdeploy-plugin-gstreamer

GStreamer plugin for linuxdeploy. Copies GStreamer plugins into an AppDir, and installs an AppRun hook to make GStreamer load these instead of ones on the system.

## Usage

```bash
# get linuxdeploy and linuxdeploy-plugin-gstreamer.sh (see below for more information)
# call through linuxdeploy
> ./linuxdeploy-x86_64.AppImage --appdir AppDir --plugin gstreamer --output appimage --icon mypackage.png --desktop-file mypackage.desktop
```