Skip to content
Snippets Groups Projects
Commit aa496943 authored by Maxime Chapelet's avatar Maxime Chapelet Committed by Steve Lhomme
Browse files

vout: apple: add option to force fallback to libvlc legacy displays

The recent addition of the new display to support natively decoded
CVSampleBufferRef frames provides straightforward Metal rendering
but may still suffer from unsupported features or unstable code.

Being able to fallback to any legacy OpenGL based display might be
helpful to get around unexpected issues with the new display.

In libvlc, vout displays are opened by order of priority and can't
be set using the `--vout` option.

Libvlc users had no way to use an alternate vout display if the
samplebufferdisplay doesn't work as expected.

This change is introducing a new option for libvlc users to force
a fallback to legacy OpenGL based displays.
parent 2ca22750
No related branches found
No related tags found
1 merge request!6408vout: apple: add option to force fallback to libvlc legacy displays
Pipeline #538682 passed with stage
in 12 minutes and 5 seconds
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment