[Bug 724638] aacparse : Missing resilience when no audio frame is found
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Wed Feb 19 06:59:00 PST 2014
https://bugzilla.gnome.org/show_bug.cgi?id=724638
GStreamer | gst-plugins-good | git
Tim-Philipp Müller <t.i.m> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #269641|accepted-commit_now |needs-work
status| |
--- Comment #8 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2014-02-19 15:19:24 UTC ---
(From update of attachment 269641)
>+ if (G_UNLIKELY (avail < 6)) {
>+ *needed_data = 6 - avail;
> return FALSE;
>+ }
Are you sure that's not supposed to be *needed_data = 6 ?
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the gstreamer-bugs
mailing list