]> git.sesse.net Git - vlc/commit
* src/playlist/playlist.c : playing again a playlist already in a
authorBoris Dorès <babal@videolan.org>
Fri, 6 Dec 2002 06:42:24 +0000 (06:42 +0000)
committerBoris Dorès <babal@videolan.org>
Fri, 6 Dec 2002 06:42:24 +0000 (06:42 +0000)
commit426a6dc5c2d1af10c0c74e009f55fc063306f0ca
tree99bfd0109efd2f495cbdca162d06e06b88a6e95b
parent40dfc83478e1b87128c33db5c54521eb42df7747
 * src/playlist/playlist.c : playing again a playlist already in a
   playing state resets the input speed to normal to make sure the
   stream isn't paused or slowed or played faster anymore.
   By doing that, fixes the following bug of the Windows interface:
   when pushing the play button on a paused or slowed stream, nothing
   used to happen.
 * modules/gui/win32/playlist.cpp : when pushing the play button and the
   playlist is empty, displaying the playlist window
 * win32.cpp : rephrasing the module description to "Native Windows
   interface module"
modules/gui/win32/playlist.cpp
modules/gui/win32/win32.cpp
src/playlist/playlist.c