gst-plugin-gtk4 0.13.4

GStreamer GTK 4 sink element
[build-dependencies.gst-plugin-version-helper]
version = "0.8"

[dependencies.async-channel]
version = "2.0.0"

[dependencies.gdk-wayland]
features = ["v4_4"]
optional = true
package = "gdk4-wayland"
version = "0.9"

[dependencies.gdk-x11]
features = ["v4_4"]
optional = true
package = "gdk4-x11"
version = "0.9"

[dependencies.gst]
features = ["v1_16"]
package = "gstreamer"
version = "0.23"

[dependencies.gst-allocators]
features = ["v1_24"]
optional = true
package = "gstreamer-allocators"
version = "0.23"

[dependencies.gst-base]
package = "gstreamer-base"
version = "0.23"

[dependencies.gst-gl]
features = ["v1_16"]
optional = true
package = "gstreamer-gl"
version = "0.23"

[dependencies.gst-gl-egl]
features = ["v1_16"]
optional = true
package = "gstreamer-gl-egl"
version = "0.23"

[dependencies.gst-gl-wayland]
features = ["v1_16"]
optional = true
package = "gstreamer-gl-wayland"
version = "0.23"

[dependencies.gst-gl-x11]
features = ["v1_16"]
optional = true
package = "gstreamer-gl-x11"
version = "0.23"

[dependencies.gst-video]
package = "gstreamer-video"
version = "0.23"

[dependencies.gtk]
package = "gtk4"
version = "0.9"

[dependencies.once_cell]
version = "1"

[[example]]
name = "gtksink"
path = "examples/gtksink.rs"

[features]
capi = []
default = []
dmabuf = ["gst-allocators", "gtk_v4_14", "gst-video/v1_24"]
doc = ["gst/v1_18"]
gtk_v4_10 = ["gtk/v4_10"]
gtk_v4_12 = ["gtk/v4_12", "gtk_v4_10"]
gtk_v4_14 = ["gtk/v4_14", "gtk_v4_12"]
gtk_v4_16 = ["gtk/v4_16", "gtk_v4_14"]
static = []
wayland = ["waylandegl"]
waylandegl = ["gtk/v4_6", "gdk-wayland", "gst-gl", "gst-gl-wayland"]
winegl = ["gdk-win32/egl", "gst-gl-egl"]
x11egl = ["gtk/v4_6", "gdk-x11", "gst-gl", "gst-gl-egl"]
x11glx = ["gtk/v4_6", "gdk-x11", "gst-gl", "gst-gl-x11"]

[lib]
crate-type = ["cdylib", "rlib"]
name = "gstgtk4"
path = "src/lib.rs"

[package]
authors = ["Bilal Elmoussaoui <bil.elmoussaoui@gmail.com>", "Jordan Petridis <jordan@centricular.com>", "Sebastian Dröge <sebastian@centricular.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "GStreamer GTK 4 sink element"
edition = "2021"
license = "MPL-2.0"
name = "gst-plugin-gtk4"
readme = "README.md"
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
rust-version = "1.71"
version = "0.13.4"

[package.metadata.capi]
min_version = "0.9.21"

[package.metadata.capi.header]
enabled = false

[package.metadata.capi.library]
import_library = false
install_subdir = "gstreamer-1.0"
versioning = false

[package.metadata.capi.pkg_config]
requires_private = "gstreamer-1.0, gstreamer-base-1.0, gstreamer-video-1.0, gtk4, gobject-2.0, glib-2.0, gmodule-2.0"

[package.metadata.gstreamer]
release_date = "2024-12-24"

[target.'cfg(target_os = "macos")'.dependencies.gst-gl]
features = ["v1_16"]
package = "gstreamer-gl"
version = "0.23"

[target.'cfg(target_os = "macos")'.dependencies.gtk]
features = ["v4_6"]
package = "gtk4"
version = "0.9"

[target.'cfg(target_os = "windows")'.dependencies.gdk-win32]
features = ["v4_4"]
package = "gdk4-win32"
version = "0.9"

[target.'cfg(target_os = "windows")'.dependencies.gst-gl]
features = ["v1_20"]
package = "gstreamer-gl"
version = "0.23"

[target.'cfg(target_os = "windows")'.dependencies.gtk]
features = ["v4_6"]
package = "gtk4"
version = "0.9"

[target.'cfg(target_os = "windows")'.dependencies.windows-sys]
features = ["Win32_Graphics_OpenGL", "Win32_Foundation", "Win32_Graphics_Gdi"]
version = "0.52"