[MPlayer-dev-eng] [PATCH] [MPlayer OSX] Support open another file while playing

Diego Biurrun diego at biurrun.de
Tue Oct 23 17:44:27 CEST 2007


On Tue, Oct 23, 2007 at 11:01:40PM +0800, Ulion wrote:
> 
> To make new task not affect by previous task's notification, we need
> to remove observers before start new task. Here's the patch.

some nits below..

> --- Sources/Classes/MplayerInterface.m	(revision 140)
> +++ Sources/Classes/MplayerInterface.m	(working copy)
> @@ -874,7 +874,10 @@
>  		[self stop];
> +		// Remove observers to not recieve notifications.

recEIve

> @@ -959,10 +962,16 @@
>  	
> +	// Task only terminate once.

Terminate task only once.

Diego



More information about the MPlayer-dev-eng mailing list