| Crates.io | gst-plugin-ximageredux |
| lib.rs | gst-plugin-ximageredux |
| version | 0.1.7 |
| created_at | 2022-09-11 20:03:32.116692+00 |
| updated_at | 2023-05-13 20:15:44.604315+00 |
| description | X11 Window Capture Engine |
| homepage | https://github.com/ImTheSquid/gst-ximageredux |
| repository | https://github.com/ImTheSquid/gst-ximageredux |
| max_upload_size | |
| id | 663196 |
| size | 29,201 |
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.
Add gst-plugin-ximageredux to your Cargo.toml, then use the standard GStreamer API.
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.