[gstreamer-bugs] [Bug 337031] New: vorbisdec outputs too much data
GStreamer (bugzilla.gnome.org)
bugzilla-daemon at bugzilla.gnome.org
Mon Apr 3 06:23:18 PDT 2006
Do not reply to this via email (we are currently unable to handle email
responses and they get discarded). You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=337031
GStreamer | gst-plugins-base | Ver: HEAD CVS
Summary: vorbisdec outputs too much data
Product: GStreamer
Version: HEAD CVS
Platform: Other
OS/Version: All
Status: UNCONFIRMED
Severity: critical
Priority: Normal
Component: gst-plugins-base
AssignedTo: gstreamer-bugs at lists.sourceforge.net
ReportedBy: msmith at fluendo.com
QAContact: gstreamer-bugs at lists.sourceforge.net
GNOME version: Unspecified
GNOME milestone: Unspecified
Vorbisdec outputs additional data beyond the end of the stream.
We don't set EOS on the packets fed to libvorbis, so libvorbis is unable to
correctly trim the final packet. This means we output made-up-data beyond the
end of the actual stream.
We need to delay pushing the packets into the decoder library by a packet, so
that we can push the final packet with EOS set when we get the EOS event.
--
Configure bugmail: http://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