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.
- Host: GitHub
- URL: https://github.com/tauri-apps/linuxdeploy-plugin-gstreamer
- Owner: tauri-apps
- Fork: true (linuxdeploy/linuxdeploy-plugin-gstreamer)
- Created: 2022-06-04T22:51:11.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-06T05:59:39.000Z (over 1 year ago)
- Last Synced: 2024-10-29T21:06:03.357Z (about 1 year ago)
- Language: Shell
- Homepage:
- Size: 4.88 KB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```