gst-plugin-ximageredux

Crates.iogst-plugin-ximageredux
lib.rsgst-plugin-ximageredux
version0.1.7
sourcesrc
created_at2022-09-11 20:03:32.116692
updated_at2023-05-13 20:15:44.604315
descriptionX11 Window Capture Engine
homepagehttps://github.com/ImTheSquid/gst-ximageredux
repositoryhttps://github.com/ImTheSquid/gst-ximageredux
max_upload_size
id663196
size29,201
Jack Hogan (ImTheSquid)

documentation

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.

Commit count: 20

cargo fmt