GNOME Bugzilla – Bug 595529
Screenshot cause memory leakage.
Last modified: 2009-09-21 16:14:26 UTC
for screen shot function, buffer get from video-sink element of playbin did not unreffed after bvw_frame_conv_convert, should add unref in feed_fakesrc function of gstscreenshot.c
I'm not quite sure what you mean here. Could you provide a patch fixing the issue?
Created attachment 143560 [details] [review] patch for screenshot memory leak
Created attachment 143611 [details] [review] Bug 595529 - Screenshot cause memory leakage We take ownership of the buffer, but never actually unref it, do this, even on error. With help from Tim.