[gstreamer-bugs] [Bug 601293] [patch] Fix dvdemux timestamping issue
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Wed Jan 26 02:44:49 PST 2011
https://bugzilla.gnome.org/show_bug.cgi?id=601293
GStreamer | gst-plugins-good | git
Edward Hervey <bilboed> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |NOTABUG
--- Comment #13 from Edward Hervey <bilboed at gmail.com> 2011-01-26 10:44:43 UTC ---
Use audiorate with a specified tolerance (10 or 20ms should do) before the
audio encoder.
The issues isn't specific to dvdemux:
* Audio sinks will automatically adjust for such jitter (drift-tolerance with a
default of 40ms), which is why you don't hear it when playing that pipeline
back with a audiosink.
* Most audio encoders expect perfect audio streams.
You'll have the same problem if you were to replace that live DV pipeline with
a non-live ASF pipeline (the granularity of packets in an asf file is much
lower than that of raw audio) or if you were to encode a RTP stream.
--
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