[Bug 707230] New: flacparse: disregards container timestamps
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Sun Sep 1 08:43:16 PDT 2013
https://bugzilla.gnome.org/show_bug.cgi?id=707230
GStreamer | gst-plugins-good | git
Summary: flacparse: disregards container timestamps
Classification: Platform
Product: GStreamer
Version: git
OS/Version: All
Status: UNCONFIRMED
Severity: major
Priority: Normal
Component: gst-plugins-good
AssignedTo: gstreamer-bugs at lists.freedesktop.org
ReportedBy: matej.knopp at gmail.com
QAContact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
flacparse seems to always set absolute timestamps from sample number, even if
the buffer is already timestamped.
Also could someone explain this code?
GST_BUFFER_OFFSET (buffer) =
gst_util_uint64_scale (GST_BUFFER_OFFSET_END (buffer), GST_SECOND,
flacparse->samplerate);
GST_BUFFER_DURATION (buffer) =
GST_BUFFER_OFFSET (buffer) - GST_BUFFER_TIMESTAMP (buffer);
--
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