Skip to content

Add new gtkwaylandsink element

Robert Mader requested to merge rmader/gstreamer:waylandsink-library into main

From the main commit:

This is based on gtksink, but similar to waylandsink uses Wayland APIs
directly instead of rendering with Gtk/Cairo primitives.

Note that the long term plan is to move this into the existing extension
in `-good`, which requires the Wayland library to move the as well.

For this reason several files like `gstgtkutils.*` and `gtkgstbasewidget.*`
are straight copies and should be kept in sync.
Edited by Robert Mader

Merge request reports