GNOME Bugzilla – Bug 654631
Memleak in Gst.Object.name: should return owned value
Last modified: 2011-07-15 12:28:21 UTC
Currently (0.13.1), Gst.Object.name property does not return owned value. That does not conform with the GStreamer API [1] and could lead to memory leaks. Please note & commit attached patch. [1] http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstObject.html#gst-object-get-name
Created attachment 191985 [details] [review] Patch that fixes the bug
commit 66c4778ccfdbd5331e795e8487a5adcd4ea1904c Author: Marcin Lewandowski <www@saepia.net> Date: Fri Jul 15 14:27:19 2011 +0200 gstreamer-0.10: Fix ownership of get accessor of Object.name property Fixes bug 654631. This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.