GNOME Bugzilla – Bug 722414
vp8pay: Memory leak
Last modified: 2014-02-04 15:50:23 UTC
There is a significant memory leak in the pay loader for VP8 (about 1MB every 4-5 second). The computer will run out of memory quite fast when sending VP8 video. The leak can be seen with the following get-launch command and "top". gst-launch-1.0 videotestsrc ! vp8enc ! rtpvp8pay ! fakesink As we can see this bug is not fixed in 1.2 or master.
Will backport to 1.2 later. commit e178cf60ae6ebee9d77598eea8aa733cbe1e43cd Author: Sebastian Dröge <sebastian@centricular.com> Date: Mon Jan 20 10:12:45 2014 +0100 rtpvp8pay: Don't leak input buffers https://bugzilla.gnome.org/show_bug.cgi?id=722414