GNOME Bugzilla – Bug 723597
tagdemux: Seek event in GST_FORMAT_TIME are converted to BYTES to early
Last modified: 2014-02-28 08:36:30 UTC
Created attachment 268046 [details] [review] Patch to forward TIME seek event upstream In gsttagdemux.c, seek event that are in GST_FORMAT_TIME are converted to format BYTES before any chance is given upstream to handle it in the original TIME format. Here is a patch that fixes this issue. Regards, Eric T.
commit 2ca256acdb21bfca8f20a52120140508e2311994 Author: Eric Trousset <etrousset@awox.com> Date: Tue Feb 4 13:55:49 2014 +0100 tagdemux: Forward TIME seeks upstream too, maybe upstream can handle that https://bugzilla.gnome.org/show_bug.cgi?id=723597