[Bug 651615] ogg vorbis files transcoded by apps won't play in Android

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Aug 9 01:27:31 PDT 2011


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

--- Comment #6 from xiphmont <xiphmont at gmail.com> 2011-08-09 08:27:27 UTC ---
Created an attachment (id=193464)
 View: https://bugzilla.gnome.org/attachment.cgi?id=193464
 Review: https://bugzilla.gnome.org/review?bug=651615&attachment=193464

Correct sample number rounding resulting in timestamp jitter

flacdec converts the src timestamp to a sample number, uses that internally,
then reconverts the sample number to a timestamp for the output buffer. 
Unfortunately, sample numbers can't be represented in an integer number of
nanoseconds, and the conversion process was truncating rather than rounding,
resulting in sample numbers and output timestamps that were often off by a full
sample.

This corrects the time->sample convesion

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