wayland: Implement registry remove handler

Wayland event handlers are never optional. libwayland-client will abort
the program if events for unbound handlers are to be dispatched.
Although the event queue is only dispatched a few times during
initialization for getting the wl_drm global and authenticating the DRM
device, in rare circumstances it can happen that another global such as
a wl_output - or even wl_drm itself - is removed during that time, which
would crash the program. Implement the handler to fix this.

Fixes: #99

Signed-off-by: Philipp Kerling <pkerling@casix.org>
(cherry picked from commit 62affbb44b771931a8895fc7428df23afb888750)
1 file changed
tree: 508b2b50abd25a962717618d87201853898fb115
  1. build/
  2. doc/
  3. pkgconfig/
  4. va/
  5. .cvsignore
  6. .gitignore
  7. .travis.yml
  8. Android.mk
  9. autogen.sh
  10. configure.ac
  11. CONTRIBUTING.md
  12. COPYING
  13. Makefile.am
  14. NEWS
  15. README.md
  16. style_unify
README.md

Stories in Ready Build Status Coverity Scan Build Status

Libva Project

Libva is an implementation for VA-API (Video Acceleration API)

VA-API is an open-source library and API specification, which provides access to graphics hardware acceleration capabilities for video processing. It consists of a main library and driver-specific acceleration backends for each supported hardware vendor.

If you would like to contribute to libva, check our Contributing guide.

We also recommend taking a look at the ‘janitorial’ bugs in our list of open issues as these bugs can be solved without an extensive knowledge of libva.

We would love to help you start contributing!

Doxygen files are regularly updated through Github Pages and can be accessed directly through github pages libva

The libva development team can be reached via our mailing list and on IRC in channel ##intel-media on Freenode.

We also use #Slack and host VAAPI Media Slack Team. You can signup by submitting your email address to our Slack Team invite page.

Slack complements our other means of communication. Pick the one that works best for you!