gst-plugins-rs/video/gtk4
Sebastian Dröge 12400b6b87 Update everything for element factory builder API changes
And set properties as part of object construction wherever it makes
sense.
2022-10-19 19:43:29 +03:00
..
examples Update everything for element factory builder API changes 2022-10-19 19:43:29 +03:00
src Change *Impl trait methods to only take &self and not Self::Type in addition 2022-10-10 15:03:25 +03:00
build.rs Add a GTK4 paintable sink plugin 2021-10-13 12:28:51 +03:00
Cargo.toml gtk4: Update to fragile 2.0 2022-10-19 11:31:00 +03: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.