[Bug 731533] New: wavparse: Regression: Infinite loop in wavparse with some files.
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Wed Jun 11 11:14:39 PDT 2014
https://bugzilla.gnome.org/show_bug.cgi?id=731533
GStreamer | gst-plugins-good | unspecified
Summary: wavparse: Regression: Infinite loop in wavparse with
some files.
Classification: Platform
Product: GStreamer
Version: unspecified
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: gst-plugins-good
AssignedTo: gstreamer-bugs at lists.freedesktop.org
ReportedBy: mathieu.duponchelle at epitech.eu
QAContact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
Reproduction :
wget https://dl.dropboxusercontent.com/u/2804070/STE-002.wav && gst-launch-1.0
playbin uri=file://$PWD/STE-002.wav
The regression was introduced in:
commit 2e277bb34173b988c10a9f43d39f223a50a9da94
Author: Stefan Sauer <ensonic at users.sf.net>
Date: Mon Dec 30 14:36:45 2013 +0100
wavparse: emit midi-base-note tag from data in 'smpl' chunk
Add parsing of the 'smpl' chunk. Right now we only grab the midi-base-note and
emit it as a tag.
, and is due to the addition of the break statement at line 1444 in the current
code.
The actual solution might be to properly update the offset, but I do not really
know that code/format.
--
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