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

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Aug 23 01:12:24 PDT 2011


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

Sebastian Dröge <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |0.10.36

--- Comment #11 from Sebastian Dröge <slomo at circular-chaos.org> 2011-08-23 08:12:15 UTC ---
commit 9cbe7c1403de3d774dc25bc41fadcd1391de952e
Author: Monty Montgomery <cmontgom at redhat.com>
Date:   Thu Jul 21 17:16:26 2011 -0400

    vorbisenc: Relax overly-tight jitter tolerances in gstvobisenc

    vorbisenc currently reacts in a rater draconian fashion if input
    timestamps are more than 1/2 sample off what it considers ideal. If data
    is 'too late' it truncates buffers, if it is 'too soon' it completely
    shuts down encode and restarts it.  This is causingvorbisenc to produce
    corrupt output when encoding data produced by sources with bugs that
    produce a smple or two of jitter (eg, flacdec)


commit 799c8e3d04456ce0b22c03de66d20d0a1a599643
Author: Monty Montgomery <cmontgom at redhat.com>
Date:   Thu Jul 21 17:23:28 2011 -0400

    flacdec: Correct sample number rounding resulting in timestamp jitter

    flacdec converts the src timestamp to a sample number, uses that
internally,

    This corrects the time->sample convesion



The jitter tolerance will be unified by using the audio encoder base class that
is going to be in gst-plugins-base soonish.

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