[Bug 701997] [regression] playbin: loses audio clock and hangs when switching songs after about-to-finish

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Jul 8 14:30:29 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=701997
  GStreamer | gst-plugins-base | git

--- Comment #13 from Alban Browaeys <prahal at yahoo.com> 2013-07-08 21:30:22 UTC ---
Created an attachment (id=248670)
 View: https://bugzilla.gnome.org/attachment.cgi?id=248670
 Review: https://bugzilla.gnome.org/review?bug=701997&attachment=248670

increase sink base time on next track.

This hack is a workaround that allow one to get the second track content
(stable
for audio only and if one wait for eos, as I use first track duration as
offset).
Ie I found that if one play a first song telling "1, 2" ; then the second one
is 
enqueued (telling "a, b, c, d, e, f, g, h" then the setup_next source would
play the second one starting from "d". In fact it is more complex than that as
the streamsynchronizer removes the discont flag, thus I get "a, e, f, g, h".
Removing the code that discard this discont flag I get the "d, e, f,g, h".

Thus the clue that it has to do with running time and segments.

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