[Bug 686153] [playbin] Gapless using about-to-finish appears broken

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri May 10 14:54:01 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=686153
  GStreamer | gst-plugins-base | 1.x

Florian Will <florian.will> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |florian.will at googlemail.com

--- Comment #2 from Florian Will <florian.will at googlemail.com> 2013-05-10 21:53:56 UTC ---
I'm observing the same problem with an URI like http://[....]/12345.dat . At
the same time, http://[....]/12346.mp3 works fine. So *.mp3 works, *.dat fails.

I'm not sure what a *.dat file is. It's actually an *.ogg file served via UPnP
by minidlna. Minidlna apparently serves mp3 files via mp3 URIs, but ogg files
are served as *.dat. This works fine with playbin, the only issue I noticed is
described by Morten N: *.dat-Songs do not start from the beginning.

I've observed that they don't always start at the timestamp where the last song
ended either. Instead it seems like they start at a timestamp that is given by
the time that has passed since the last seek. Or possibly something similar.

Example:
* Start listening to *.dat URI with 58 seconds duration
* Seek to 0:38 ASAP
* Wait for song to end
* Next song will start playing at 0:20

If you skip the seeking step, the next song will start playing at 0:58.


I'm using GStreamer 1.0.6 according to Gst.version_string().

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