[Bug 739333] gst-omx leaks a huge memory when it works with amr h/w decoder

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sun Nov 2 23:07:55 PST 2014


https://bugzilla.gnome.org/show_bug.cgi?id=739333
  GStreamer | gst-omx | 1.2.4

--- Comment #7 from Sebastian Dröge (slomo) <slomo at coaxion.net> 2014-11-03 07:07:50 UTC ---
With AMR you have 50 frames per second, so depending on the sample rate (8000
for NB, 16000 for WB) this would be 8000/50=160 or 16000/50=320 samples per
frame.

This is not dependant on the hardware codec, but the codec itself. It might
only be that your hardware codec outputs multiple frames per buffer, which is
what the code should handle fine already.

Using -1 for the number of frames to finish is almost always wrong.


Does it work with the above numbers?

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