Reintroduce vo_wayland as vo_wlshm

vo_wayland was removed during the wayland rewrite done in 0.28. However,
it is still useful for systems that do not have OpenGL.

The new wayland_common code makes vo_wayland much simpler, and
eliminates many of the issues the previous vo_wayland had.
This commit is contained in:
Michael Forney
2018-08-27 13:06:38 -07:00
committed by wm4
parent e49db40382
commit 2fcd5271eb
4 changed files with 323 additions and 0 deletions

View File

@@ -578,3 +578,9 @@ Available video output drivers are:
To use hardware decoding with ``--vo=gpu`` instead, use
``--hwdec=mediacodec-copy`` along with ``--gpu-context=android``.
``wlshm`` (Wayland only)
Shared memory video output driver without hardware acceleration that works
whenever Wayland is present.
.. note:: This is a fallback only, and should not be normally used.