gst-plugins-rs/video/gtk4
2021-12-06 19:11:24 +02:00
..
examples
src Update for decide/propose_allocation() API changes 2021-12-06 19:11:24 +02:00
build.rs
Cargo.toml
LICENSE-MPL-2.0
README.md

Gtk 4 Sink & Paintable

GTK 4 provides gtk::Video & gtk::Picture for rendering media such as videos. As the default gtk::Video widget doesn't offer the possibility to use a custom gst::Pipeline. The plugin provides a gst_video::VideoSink along with a gdk::Paintable that's capable of rendering the sink's frames.