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

--- Comment #5 from Mauro Carvalho Chehab <mche...@osg.samsung.com> ---
(In reply to rens from comment #3)
> Created attachment 99413 [details]
> attachment-21897-0.html
> 
> Hello,
> 
> disabling hardware accel : this would be an option of kaffeine, I guess ?

Qt5 does hardware accel, via DRI and OpenGL, but video playback is actually
done via libVLC, since version 1.3.x, with has its own video accel logic, and
some options that affects it. Unfortunately, the libVLC options depends on its
version, and the function call that starts libVLC (libvlc_new) accepts, as
parameter, a list of arguments. So, there's not much that we can do at the
Kaffeine side, other than exposing somehow a way for the user to specify what
arguments should be passed to the library. You can see the arguments libVLC
accept via:
vlc --help
and:
vlc --help --advanced

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

Reply via email to