From 2fcd5271eb045e235c281faa73d8676c4bcea4b3 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Mon, 27 Aug 2018 13:06:38 -0700 Subject: 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. --- DOCS/man/vo.rst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'DOCS/man') diff --git a/DOCS/man/vo.rst b/DOCS/man/vo.rst index f5fd08ca0d..ea2d3ee645 100644 --- a/DOCS/man/vo.rst +++ b/DOCS/man/vo.rst @@ -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. -- cgit v1.2.3