[gstreamer-bugs] [Bug 619381] [matroskamux] drift in timestamps for audio
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Sun May 23 05:04:09 PDT 2010
https://bugzilla.gnome.org/show_bug.cgi?id=619381
GStreamer | gst-plugins-good | git
--- Comment #2 from Zaheer Abbas Merali <zaheermerali at gmail.com> 2010-05-23 12:04:04 UTC ---
So the reason for the imperfect streams are that matroska has a timecode scale
which in matroskamux is set to 1 millisecond. This means all timestamps and
durations are rounded to nearest millisecond. When matroskademux outputs
timestamp/duration the timestamp does not match up to the previous timestamp +
previous duration therefore and hence the non-perfect decoded stream.
There is a drift between audio and video however, I noticed about 10 seconds
after 9 hours. But this simple test case is not causing the problem. Though we
should fix the imperfect decoded 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