Skip to content

gtk4: Use async-channel instead of the glib MainContext channel

Sebastian Dröge requested to merge slomo/gst-plugins-rs:async-channel into main

The latter will be removed in favour of using async code in the future, and async code generally allows for more flexible message handling than the callback based MainContext channel.

Merge request reports