[gstreamer-bugs] [Bug 336904] New: Problem playing some AVI file when splitting large chunks of audio data
GStreamer (bugzilla.gnome.org)
bugzilla-daemon at bugzilla.gnome.org
Sun Apr 2 04:00:08 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=336904
GStreamer | gst-plugins-good | Ver: HEAD CVS
Summary: Problem playing some AVI file when splitting large
chunks of audio data
Product: GStreamer
Version: HEAD CVS
Platform: Other
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: gst-plugins-good
AssignedTo: gstreamer-bugs at lists.sourceforge.net
ReportedBy: fabrizio.ge at tiscali.it
QAContact: gstreamer-bugs at lists.sourceforge.net
GNOME version: Unspecified
GNOME milestone: Unspecified
Please describe the problem:
In function gst_avi_demux_massage_index, if a very large chunk of data is
found,
it is split in smaller chunks, and each chunk is indexed separately.
When splitting audio chunks, the block alignment is not taken in consideration,
so the smaller chunks could be of size which is not a multiple of the block
alignment.
This causes problems later, when passing the buffer to the next element,
negotiation could fail with a wrong size error.
Steps to reproduce:
1.
2.
3.
Actual results:
Expected results:
Does this happen every time?
Other information:
--
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