GNOME Bugzilla – Bug 678772
isomp4/qtdemux: Try to seek upstream before dropping seek push event
Last modified: 2012-06-28 12:45:59 UTC
Created attachment 217183 [details] [review] Proposed patch When it cannot perform a seek in push mode, the qtdemux should forward the event upstream instead of dropping it.
Review of attachment 217183 [details] [review]: It should *first* try upstream to seek, and only if upstream fails fall back to its own seek logic
Created attachment 217487 [details] [review] New patch with upstream seek applied first Here is a new patch addressing your comment.
commit c06cb7c14578c9cb0dd6325714bd2b9e10adeaea Author: David Corvoysier <david.corvoysier@orange.com> Date: Thu Jun 28 11:29:55 2012 +0200 isomp4: Try to seek upstream before processing seek push event When it receives a seek in push mode, the qtdemux should first try to push the event upstream, and only if upstream fails fall back to its own seek logic.