[vlc-devel] [PATCH] Playlist status not being updated on play/pause

Mal Graty madmalibu at gmail.com
Mon Dec 12 01:13:44 CET 2011


A fix for issue #4899

The problem was that the playing/paused state was being misreported
to the luahttp interface, turns out this was due to the way the playing
state was being updated in the Qt and hotkey logic.

The p_input state was being updated, but the playlist wasn't being
informed, this patch switches out the p_state calls to use the
equivalent playlist aware functions.
---
 modules/control/hotkeys.c         |   13 ++-----------
 modules/gui/qt4/input_manager.cpp |   17 +++--------------
 modules/gui/qt4/input_manager.hpp |    1 -
 3 files changed, 5 insertions(+), 26 deletions(-)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Playlist-status-not-being-updated-on-play-pause.patch
Type: text/x-patch
Size: 2647 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20111212/798e0429/attachment.bin>


More information about the vlc-devel mailing list