gst-plugin-gtk4 0.13.4

GStreamer GTK 4 sink element
1
2
3
4
5
6
7
fn main() {
    #[cfg(feature = "wayland")]
    {
        println!("cargo:warning=\"wayland\" feature is deprecated, use \"waylandegl\" instead");
    }
    gst_plugin_version_helper::info()
}