gst-plugins-rs/video/gtk4
2022-01-18 15:48:28 +02:00
..
examples adapt to ObjectExt improvements 2021-11-08 14:43:53 +02:00
src Replace Foo::from_instance(foo) with foo.imp() 2022-01-18 15:48:28 +02:00
build.rs Add a GTK4 paintable sink plugin 2021-10-13 12:28:51 +03:00
Cargo.toml Switch to 0.15 branches of gtk-rs, and 0.18 of gstreamer-rs and provide a version 2022-01-15 20:31:40 +02:00
LICENSE-MPL-2.0 Add a GTK4 paintable sink plugin 2021-10-13 12:28:51 +03:00
README.md Add a GTK4 paintable sink plugin 2021-10-13 12:28:51 +03:00

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.