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

kuang master at a1983.com.cn
Sun Apr 21 04:33:21 CEST 2013


Hello,

This is a patch for handling notifications on iOS.

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.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-fix-notification-problem.patch
Type: application/octet-stream
Size: 2245 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20130421/1791cf51/attachment.obj>


More information about the vlc-devel mailing list