]> git.sesse.net Git - vlc/commit
Removed an unused lock.
authorLaurent Aimar <fenrir@videolan.org>
Mon, 28 Jul 2008 21:35:02 +0000 (23:35 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Mon, 28 Jul 2008 21:35:02 +0000 (23:35 +0200)
commit91c1edba6d270fb56e11391e5c680456d8b28834
treea96776549384796fd6e405f7cdc71c1d2ebaf8dd
parent2f05f4753cd0528be9cef8f607ca934216283c0f
Removed an unused lock.
Fixed a playlist race condition on input events.

The playlist was loosing state events from input. And thus it may not
always be able to detect (by itself) the end of a stream (It happens
easily with small playlist files).
include/vlc_playlist.h
src/playlist/engine.c
src/playlist/thread.c