Xpra-org / xpra

Persistent remote applications for X11; screen sharing for X11, MacOS and MSWindows.
https://xpra.org/
GNU General Public License v2.0
1.95k stars 169 forks source link

merge audio back into the main process #2108

Open totaam opened 5 years ago

totaam commented 5 years ago

We split it in r8786 (4 years ago) to improve latency in the main UI thread and to prevent gstreamer deadlocking with the clipboard.

Once we move to python3 (#1568) and drop python2 support, then get rid of the GTK clipboard (#812), we can consider moving the gstreamer code back into the main process.

totaam commented 3 years ago

We still use the GTK clibpoard with Wayland clients.