GNOME Bugzilla – Bug 721076
appsink documentation missing gst_sample_unref
Last modified: 2013-12-26 11:24:03 UTC
The appsink manual[1] is missing a call of gst_sample_unref() for the sample. The result is a memory leak. Please fix this in docs/manual/advanced-dataaccess.xml. [1] http://gstreamer.freedesktop.org/data/doc/gstreamer/head/manual/html/section-data-spoof.html
Created attachment 264897 [details] [review] patch
Can you provide this in "git format-patch" format? For this locally commit the change (make sure to set up git properly to know your name and mail address) and then call "git format-patch -1".
Created attachment 264899 [details] [review] patch (git) Sure, here it is
Thanks, pushed: commit 2cbab400b2b64481d7ba4d4645d42ec6598850cb Author: Erik Andresen <erik@vontaene.de> Date: Thu Dec 26 11:39:27 2013 +0100 docs: fix memory leak of appsink example in manual https://bugzilla.gnome.org/show_bug.cgi?id=721076