[Bug 779515] vorbisdec: Reset decoder in more situations
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Fri Mar 3 10:32:14 UTC 2017
https://bugzilla.gnome.org/show_bug.cgi?id=779515
Edward Hervey <bilboed at bilboed.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
Target Milestone|git master |1.11.3
--- Comment #5 from Edward Hervey <bilboed at bilboed.com> ---
commit e575be6dc6689950299049928ad135e456aa07a2
Author: Edward Hervey <edward at centricular.com>
Date: Fri Mar 3 10:52:15 2017 +0100
vorbisdec: Reset decoder in more situations
This is a followup commit to b95725c37e70ad3c1ec8dadb401388db375df482
* Resetting the decoder should only happen when we get a new initialization
header (0x01) and not on the other headers
* The initialized variable only gets set to TRUE once all headers have
been parsed. Also check if the vorbis_info struct has been properly
resetted
also. Failure to do that would cause vorbisdec to error if it got
two initialization header in a row (the first would configure the
underlying
library and the second one would error out because it's already
initialized)
https://bugzilla.gnome.org/show_bug.cgi?id=779515
--
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