0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 13:08:50 +02:00
obs-studio/plugins/linux-capture
Kurt Kartaltepe 1249ebe53d linux-capture: Fixup window name/class checking
There were a couple mistakes here that caused the fallback checks other
than window ID to fail to ever return valid results. This restores this
functionality that was broken since the c++/c transition.

fixes #7404
2022-09-24 20:42:57 -03:00
..
data/locale Update translations from Crowdin 2022-08-30 09:00:44 +00:00
CMakeLists.txt linux-capture: Rewrite xcomposite 2022-05-14 17:01:08 -03:00
linux-capture.c linux-capture: Drop GLX code paths 2022-05-24 14:30:14 -03:00
README Rename linux-xshm module to linux-capture 2014-08-29 17:19:30 -07:00
xcomposite-input.c linux-capture: Fixup window name/class checking 2022-09-24 20:42:57 -03:00
xcomposite-input.h linux-capture: Rewrite xcomposite 2022-05-14 17:01:08 -03:00
xcursor-xcb.c linux-capture: Rewrite xcomposite 2022-05-14 17:01:08 -03:00
xcursor-xcb.h linux-capture: Rewrite xcomposite 2022-05-14 17:01:08 -03:00
xhelpers.c linux-capture: Rewrite xcomposite 2022-05-14 17:01:08 -03:00
xhelpers.h linux-capture: Rewrite xcomposite 2022-05-14 17:01:08 -03:00
xshm-input.c Use property suffixes for units everywhere 2022-07-22 08:24:51 -04:00

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