Skip to content

libvlc: disable OSD by default

Steve Lhomme requested to merge robUx4/vlc:default-no-osd into master

Most libvlc usage means displaying the video in their own UI with their own style. We should not push our OSD style by default. It can still be added back with an "osd" parameter when calling libvlc_new().

Keep the OSD on Desktop builds, although with the Qt integration it may be better to do it in the UI layer as well.

Replaces !513 (closed)

Merge request reports