GNOME Bugzilla – Bug 416445
[avidemux] seeking regressions
Last modified: 2007-03-09 15:06:12 UTC
I noticed this with Elephant's Dream, but see also see attached file. When seeking in totem, the position queries don't match with the position of the content any longer.
Created attachment 84309 [details] AVI displaying a second counter
Well, I'm seeing that A+V are badly out of sync after a seek, which would certainly explain this.
Out of sync after a seek is not related to this patch: * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream), (gst_avi_demux_push_event), (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data), (gst_avi_demux_chain): Fix stream position reporting after a seek. Fixes #416445.