[gstreamer-bugs] [Bug 603695] Innaccurate seeking in MP3 files results in cut off playback

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Dec 3 11:24:39 PST 2009


https://bugzilla.gnome.org/show_bug.cgi?id=603695
  GStreamer | gst-plugins-ugly | 0.10.12

--- Comment #4 from Thiago Sousa Santos <thiago.sousa.santos at collabora.co.uk> 2009-12-03 19:24:35 UTC ---
What happens here is that mp3parse maps the seek it receives (with
stop-time=-1) to bytes and pushes it upstream, then filesrc processes it and
sends new-segments downstream containing a stop-time (which is the length of
the file instead of -1), then mp3parse maps it to the time format and results
in the 20secs limit.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list