[Bug 737055] Setting URI on playbin at about-to-finish when playing AAC and using an alsasink is not working well

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Sep 23 09:34:42 PDT 2014


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

--- Comment #7 from Thiago Sousa Santos <thiagossantos at gmail.com> 2014-09-23 16:34:35 UTC ---
pulsesink and alsasink use different ring buffers.

Alsasink one seems to reset its writing point to 0 and then it gets requested
to write to position X = previous sample last position and it has to wait to
actually write and play that.

Pulsesink one does the same reset, but it sets the time_offset properly to
compensate for it.

I'm trying to come up with a fix (this code is dense).

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