[gstreamer-bugs] [Bug 607641] snapping when converting aac (from flv) to mp3/vorbis

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Feb 1 02:54:59 PST 2010


https://bugzilla.gnome.org/show_bug.cgi?id=607641
  GStreamer | don't know | 0.10.25

Mark Nauwelaerts <manauw> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |manauw at skynet.be

--- Comment #6 from Mark Nauwelaerts <manauw at skynet.be> 2010-02-01 10:54:52 UTC ---
IMHO, faad can not really be blamed here:
* it is keeping up with upstream timestamps (good)
* (presumably) outgoing buffers have correct duration (good)
(that is, corresponding to the number of samples for the given samplerate)

So, the "discontinuity" is inherent (upstream), and it would be detected sooner
or later downstream.  However, if doing playback, the sink would not be so
fanatically picky and allow for some (e.g. 20ms) jitter.  (IIRC) vorbisenc does
not even allow for a (single?) sample variation.  That would practically force
using audiorate or a wavenc/wavparse trick in a lot of cases (and even then
results might not be so good as simply accepting minor jitter that averages
out).

As such, I would expect encoder (e.g. vorbisenc) to be consistent with sink
(and not to start creating discont or whatever if the sink would not).

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