[Bug 692368] VBR mp3 files - query position not accurate

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Jan 23 04:14:42 PST 2013


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

Tim-Philipp Müller <t.i.m> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |t.i.m at zen.co.uk

--- Comment #1 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2013-01-23 12:14:35 UTC ---
You (and banshee) should aim to move to and target GStreamer 1.x, 0.10 is not
maintained any longer.

I'm a bit confused about what your issue actually is.

There are different components involved for mp3 playback. These days there's
usually a parser in front of any mp3 decoder (mpegaudioparse from
gst-plugins-good/gst/audioparsers). The parser will typically read data from
the mp3 file, and parse it into mp3 frames, and timestamps these frames. It is
also responsible for seeking. A position query on a playback pipeline would
typically be answered by the audio sink depending on the current playback
position.

Perhaps you could make a small sample program that shows your issue, so we can
see what it is?

-- 
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