GNOME Bugzilla – Bug 737706
videoencoder: release frame in finish_frame when no output state is configured
Last modified: 2014-10-14 07:44:41 UTC
When no output state is configured, the finish_frame method doesn't release frame. Since frame is marked as transfer full, I think it's a bug.
Created attachment 287501 [details] [review] videoencoder: release frame in finish_frame when no output state is configured Otherwise, frame is leaked. (I think, it should be backported in 1.4 if confirmed)
Will backport to 1.4 later commit 9297fe9ba05e7d09f0cb1bd26d37c8ad6359914d Author: Aurélien Zanelli <aurelien.zanelli@parrot.com> Date: Wed Oct 1 11:16:30 2014 +0200 videoencoder: release frame in finish_frame when no output state is configured Otherwise, frame is leaked. https://bugzilla.gnome.org/show_bug.cgi?id=737706