Skip to content

qt: properly handle VLC_PLAYER_VOUT_STOPPED

Fatih Uzunoğlu requested to merge fuzun/vlc:qt/handlevoutwhenvideostops into master

When last vout stops, a dummy vout is created. For the interface, this has no relevance and "has video" property should be set to false.

Because of this, player control bar does not use audio player control bar configuration after stopping the video playback.

Request review @chub.

Merge request reports