]> git.sesse.net Git - vlc/commit
live555 : fix pause and seek behaviour.
authorSébastien Escudier <sebastien-devel@celeos.eu>
Tue, 25 Aug 2009 07:03:49 +0000 (09:03 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Tue, 25 Aug 2009 13:56:37 +0000 (16:56 +0300)
commitfe664dcd844fefa1baa1bfd3d7ccaeb6a2e1f4a3
tree1eec7636f39fd2ca6b6d834ef8fcd3fb908ae420
parent2eeddcf4ae267ad5b2bbac5d518a69c51104cf68
live555 : fix pause and seek behaviour.

We must not send PAUSE if already in pause, when seeking (it would
unpause the stream). And DEMUX_SET_PAUSE_STATE should do nothing if
pause state is already what we want.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
modules/demux/live555.cpp