After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 416445 - [avidemux] seeking regressions
[avidemux] seeking regressions
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
0.10.x
Other Linux
: Normal normal
: 0.10.6
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-03-09 14:09 UTC by Tim-Philipp Müller
Modified: 2007-03-09 15:06 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
AVI displaying a second counter (250.23 KB, video/x-msvideo)
2007-03-09 14:10 UTC, Tim-Philipp Müller
Details

Description Tim-Philipp Müller 2007-03-09 14:09:38 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.
Comment 1 Tim-Philipp Müller 2007-03-09 14:10:56 UTC
Created attachment 84309 [details]
AVI displaying a second counter
Comment 2 Jan Schmidt 2007-03-09 14:43:43 UTC
Well, I'm seeing that A+V are badly out of sync after a seek, which would certainly explain this.
Comment 3 Wim Taymans 2007-03-09 15:06:12 UTC
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.