[Bug 729268] libav: avoid using wrong number of samples
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Fri Jun 6 04:32:54 PDT 2014
https://bugzilla.gnome.org/show_bug.cgi?id=729268
GStreamer | gst-libav | git
Vincent Penquerc'h <vincent.penquerch> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
Target Milestone|HEAD |1.3.3
--- Comment #15 from Vincent Penquerc'h <vincent.penquerch at collabora.co.uk> 2014-06-06 11:32:51 UTC ---
commit 17e2e9acd9b9be3cc3637a60507892ca4a97bd0a
Author: Vincent Penquerc'h <vincent.penquerch at collabora.co.uk>
Date: Wed Apr 30 15:30:45 2014 +0100
avaudenc: avoid using wrong number of samples
If audio_in is NULL, we'll send a NULL frame to libav, to flush
the codec. In that case, we won't know how many samples the codec
will have used, so we use -1 (for don't know) when letting the
base class know about the buffer.
Coverity 1195177
--
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