[Bug 723595] rtpvp8depay: small packets incorrectly dropped?
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Thu Jun 19 06:32:02 PDT 2014
https://bugzilla.gnome.org/show_bug.cgi?id=723595
GStreamer | gst-plugins-good | 1.x
Wim Taymans <wim.taymans> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |wim.taymans at gmail.com
Resolution| |FIXED
Target Milestone|HEAD |1.3.3
--- Comment #6 from Wim Taymans <wim.taymans at gmail.com> 2014-06-19 13:31:55 UTC ---
commit 8a78fa1ff5a4e1a620cb1e0747e5b560bf4e8b80
Author: Wim Taymans <wtaymans at redhat.com>
Date: Thu Jun 19 15:25:01 2014 +0200
vp8depay: fix header size checking
Use a different variable name to make it clear that we are calculating
the header size.
Correctly check that we have enough bytes to read the header bits. We
were checking if there were 5 bytes available in the header while we
only needed 3, causing the packet to be discarded as too small.
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=723595
--
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