Skip to content

[3.3.x] VPC: do not iterate on output devices on init

Felix Paul Kühne requested to merge fkuehne/vlc-ios:bp-713 into 3.3.x

Querying for all available output devices and then deciding whether that given route is pointing to an external device can take longer than the watchdog daemon allows VLC to do a cold start.

Therefore, delay the iteration until the initialization of the singleton is complete.

(cherry picked from commit d0ee80cb, backport of !713 (merged))

Merge request reports