Commit b7e1db84 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

vout: document the priority rules

parent 4aa17707
voutdir = $(pluginsdir)/video_output voutdir = $(pluginsdir)/video_output
vout_LTLIBRARIES = vout_LTLIBRARIES =
EXTRA_DIST += video_output/README
if HAVE_DECKLINK if HAVE_DECKLINK
libdecklinkoutput_plugin_la_SOURCES = video_output/decklink.cpp libdecklinkoutput_plugin_la_SOURCES = video_output/decklink.cpp
libdecklinkoutput_plugin_la_CXXFLAGS = $(AM_CFLAGS) $(CPPFLAGS_decklinkoutput) libdecklinkoutput_plugin_la_CXXFLAGS = $(AM_CFLAGS) $(CPPFLAGS_decklinkoutput)
......
Video output display plugins
=============================
Priority rules
---------------
The priorities ranges are as follows since February 2011:
- less than 20: console (text)
- less than 50: plain frame buffers
- less than 100: no embedded windowing
- less than 150: SW scaling
- less than 200: SW chroma conversion
- rest: good stuff :-)
No more than one plugin with a given non-zero riority.
On Windows, native outputs are now priorized over XCB (as there now is
a Win32 port of XCB).
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment