GNOME Bugzilla – Bug 753823
assrender: do not handle seek events
Last modified: 2015-11-10 15:02:01 UTC
Created attachment 309578 [details] [review] just forward the seek event to sink pads The event can just be forwarded, there's no reason to handle it ourselves.
Any reason for this other than cleanup? The flushing and popping of text and unblocking might still be needed.
It's the same patch that was done in basetextoverlay a long time ago (Bug #735844). It's probably not 1.6.0 material. It's a cleanup, but it might also make non-flushing seeks work better. I don't see why the text would need to be poped in this case. For flushing seeks the flush-start event will be sent, which assrender handles.
Tim pushed the same patch to master as commit 63853b7b0dbc8c (assrender: don't send flush events on seeks).
Oh, sorry!