[Bug 732908] audioresample: skips samples unless input buffers have correct size

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Jan 13 06:50:34 PST 2015


https://bugzilla.gnome.org/show_bug.cgi?id=732908
  GStreamer | gst-plugins-base | unspecified

Jan Alexander Steffens (heftig) <jan.steffens> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jan.steffens at gmail.com

--- Comment #12 from Jan Alexander Steffens (heftig) <jan.steffens at gmail.com> 2015-01-13 14:50:30 UTC ---
This has now caused the resampler to lock up during draining here because it
wasn't able to consume one last input sample.

All output samples were written, so *ochunk = olen = 0, but one last input
sample remained, so *ichunk = ilen = 0.

speex_resampler_process_native reduced *ichunk to 0, so the while(ilen) never
terminated.

-- 
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