[Bug 753148] opus: inband FEC is never used
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Sat Aug 1 19:04:32 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=753148
--- Comment #4 from Ilya Konstantinov <ilya.konstantinov at gmail.com> ---
Actually, this code seems to be broken if buffer == NULL is possible:
/* That's the buffer we'll be sending to the opus decoder. */
buf = (dec->use_inband_fec
&& gst_buffer_get_size (dec->last_buffer) >
0) ? dec->last_buffer : buffer;
In this case, gst_buffer_get_size (dec->last_buffer) can be invalid.
--
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