Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imthesquid/gst-ximageredux
A revived version of GStreamer's ximagesrc, now with resizable window support
https://github.com/imthesquid/gst-ximageredux
gstreamer gstreamer-plugins x11
Last synced: 10 days ago
JSON representation
A revived version of GStreamer's ximagesrc, now with resizable window support
- Host: GitHub
- URL: https://github.com/imthesquid/gst-ximageredux
- Owner: ImTheSquid
- License: other
- Created: 2022-09-02T17:39:15.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-13T20:15:25.000Z (over 1 year ago)
- Last Synced: 2024-10-31T11:35:04.458Z (15 days ago)
- Topics: gstreamer, gstreamer-plugins, x11
- Language: Rust
- Homepage:
- Size: 31.3 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# XImage Redux
A revived version of GStreamer's ximagesrc, now with resizable window support.Currently `show-cursor` is not fully implemented due to a crash condition, but PRs to fix this are welcome.
## Usage
### In a Library
Add `gst-plugin-ximageredux` to your `Cargo.toml`, then use the standard GStreamer API.### CLI
Build the library with `cargo build --release`, then either add the library in `target/release` to your GStreamer plugin path or copy the file to the standard location.