https://bugs.kde.org/show_bug.cgi?id=407153

--- Comment #13 from Wolfgang Bauer <wba...@tmo.at> ---
(In reply to Mauro Carvalho Chehab from comment #12)
> Git commit 402cbee5e675cf795b619b834f92aac086972afc by Mauro Carvalho Chehab.
> Committed on 03/05/2019 at 12:11.
> Pushed by mauroc into branch 'master'.
> 
> vlc: fix support for vlc 2.x

It seems that change was not fully correct.

Playback works now, but I still get this error message:
This object event manager doesn't know about 'MediaMetaChanged' events04-05-19
10:05:54.006 [Warning ] kaffeine.mediawidget: Cannot attach event handler 0

(only problem I noticed is that AudioCD track changes are not notified to the
user anymore, there could be more though)

I note that the 2.0.16 code in makePlay() called
libvlc_media_event_manager(vlcMedia) to get the eventManager, while the code in
the constructor calls libvlc_media_player_event_manager(vlcMediaPlayer).
And it seems the latter doesn't know about libvlc_MediaMetaChanged in vlc 2.x,
which I assume is also the reason that playback didn't work at all in the first
place...

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to