mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-02-28 20:36:59 -05:00
GDBus is more and better maintained than libdbus these days. In the future, a potential Wayland-compatible capture plugin will need to interact with D-Bus in a way that's way too complicated for libdbus, and it won't be nice to have both libraries talking to the D-Bus socket. Replace the libdbus usage by GDBus. As it turns out, it results in less code.