[gstreamer-bugs] [Bug 610432] New: [asfdemux] handle negative payload timestamps
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Fri Feb 19 01:14:56 PST 2010
https://bugzilla.gnome.org/show_bug.cgi?id=610432
GStreamer | gst-plugins-ugly | git
Summary: [asfdemux] handle negative payload timestamps
Classification: Desktop
Product: GStreamer
Version: git
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: gst-plugins-ugly
AssignedTo: gstreamer-bugs at lists.sourceforge.net
ReportedBy: bilboed at gmail.com
QAContact: gstreamer-bugs at lists.sourceforge.net
GNOME target: ---
GNOME version: ---
Some files [1] might have payloads with timestamps smaller than the preroll
value. Currently we blindly substract the preroll value from those timestamps,
resulting in pushing out buffers with insanely high timestamps... screwing up
sync downstream.
The following patch makes sure we never end up with wrong timestamps.
[1] Agreed, those files were most likely created by a broken muxer, or captured
in some weird fashion and it should never happen on spec-compliant (sic) asf
files. Better be safe than sorry though.
--
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