https://bugs.kde.org/show_bug.cgi?id=407153
Mauro Carvalho Chehab <mchehab+sams...@kernel.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|REPORTED |RESOLVED Latest Commit| |https://commits.kde.org/kaf | |feine/402cbee5e675cf795b619 | |b834f92aac086972afc --- Comment #12 from Mauro Carvalho Chehab <mchehab+sams...@kernel.org> --- 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 As reported by Wolfgang, the changes made on Kaffeine 2.0.16 to solve issues with audio CDs broke Kaffeine when building it with legacy vlc 2.2.x. The fix here is simple: just place two libVlc 3.0 events at the print logic inside the Vlc3 block is enough to make it build again. The libvlc_MediaMetaChanged is used to report when a new media is playing. With vlc 2.0, such event should be enabled only inside mediaPlay() routine. Doing it early causes the play to not work. So, re-add such logic, with got removed on changeset d03abc77ad40 ("backend-vlc: simplify events handling logic"). Signed-off-by: Mauro Carvalho Chehab <mchehab+sams...@kernel.org> M +20 -6 src/backend-vlc/vlcmediawidget.cpp https://commits.kde.org/kaffeine/402cbee5e675cf795b619b834f92aac086972afc -- You are receiving this mail because: You are watching all bug changes.