[Bug 729127] New: pesparse: Incorrect jumping condition when PES 2nd extension flag is not set
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Mon Apr 28 09:30:02 PDT 2014
https://bugzilla.gnome.org/show_bug.cgi?id=729127
GStreamer | gst-plugins-bad | 1.2.3
Summary: pesparse: Incorrect jumping condition when PES 2nd
extension flag is not set
Classification: Platform
Product: GStreamer
Version: 1.2.3
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: gst-plugins-bad
AssignedTo: gstreamer-bugs at lists.freedesktop.org
ReportedBy: andreea.fulger at parrot.com
QAContact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
Created an attachment (id=275362)
View: https://bugzilla.gnome.org/attachment.cgi?id=275362
Review: https://bugzilla.gnome.org/review?bug=729127&attachment=275362
Incorrect jumping condition when PES 2nd extension flag is not set
If the PES extension flag is not set, we should go directly to the
stuffing_byte label, but the jumping condition is incorrect :
if (!flags & 0x01)
instead of
if (!(flags & 0x01)).
--
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