[vlc-devel] [PATCH] fix for notification collapsing on iOS

Felix Paul Kühne fkuehne.videolan at gmail.com
Sun Apr 21 16:06:20 CEST 2013


Hello,

On 21.04.2013, at 04:33, kuang <master at a1983.com.cn> wrote:

> This is a patch for handling notifications on iOS.
Note that this also affects OS X since VLCKit is cross-platform.

> Suppose we have the following events in the queue:
> 
> 1. property A change
> 2. notification for "1"
> 3. property A change again
> 4. notification for "3"
> 
> when handling the 2nd event, the 4th event will be removed from event
> queue. The fix removes the 2nd event but keep the 4th event.
Merged, thanks!

Cheers,

Felix



More information about the vlc-devel mailing list