[MPlayer-dev-eng] [PATCH] GUI: Fix blocking after end of file when trying to play file/stream/p

Ingo Brückl ib at wupperonline.de
Mon Nov 26 12:03:57 CET 2012


Hans-Dieter Kosch wrote on Sun, 25 Nov 2012 23:55:29 +0100:

> Ingo Brückl wrote:
>>
>>> +                !listMgr(PLAYLIST_GET, 0)) {
>>
>> CURR is better.
>>
> Hmm, why (the aim is to see if a playlist exists at all)?

No, the aim is to check whether there is an entry for playback (which is
exactly what happens in a evPlay event, see main.c). This happens to be the
case if there is a playlist at all, but it doesn't has to be like this
(although the GUI doesn't make use of a existing playlist that currently is
disabled from processing).

Ingo


More information about the MPlayer-dev-eng mailing list