GNOME Bugzilla – Bug 708726
[PATCH] pad-monitor: fix checks for buffered segment events
Last modified: 2013-09-25 14:15:01 UTC
Created attachment 255669 [details] [review] fix checks for buffered segment events If an element buffers segments, the pad monitor may compare an outgoing segment with the wrong one if two segments are received in quick succession, before being output. This can happen when seeking, where an update segment is received, followed by a new non update segment.
Annoyingly, it turns out baseparse can collapse incoming segments, so this patch breaks use of baseparse :( Since the test case I have for elements that buffer events/buffers is not public, I'll just drop this patch. Sorry for the noise.