philn / glide

Linux/macOS media player based on GStreamer and GTK
https://philn.github.io/glide/
MIT License
244 stars 21 forks source link

support GTK graphics offload #122

Closed benjamin-otte closed 2 months ago

benjamin-otte commented 2 months ago

GTK 4.14 gained support for graphics offloading, see https://blog.gtk.org/2023/11/15/introducing-graphics-offload/ and it would be nice if Glide could make use of it.

It'd also be nice because https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1422 needs finishing and an application actually making use of that would be neat. 😉

philn commented 2 months ago

Seems like @sdroege is on it ;)

sdroege commented 2 months ago

Yeah, @benjamin-otte agreed to fix everything that I find broken in GTK related to that so it shouldn't be much work for me!