mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-07-16 18:24:56 -04:00
Commit a3a6710 introduced the obs_pipewire_save() function in the PipeWire code, but only set it to the monitor capture source. This was an oversight, it should have been set to the window capture source as well. Set the .save vfunc of the window capture source as well. Closes obsproject/obs-studio#5906
Linux XShm capture plugin This plugin uses the MIT-SHM extension for the X-server to capture the desktop. Todo: - handle resolution changes of screens - handle adding/removing screens while recording - support different depths Contributing: If you are interested in helping out with the plugin, please drop by in the #obs-dev channel on quakenet. References: - http://www.x.org/releases/current/doc/xextproto/shm.html