GNOME Bugzilla – Bug 734538
tests: Avoid leaking caps object in colorspace tests
Last modified: 2014-08-10 11:33:30 UTC
There are caps objects being leaked in the colorspace tests when calling gst_pad_get_pad_template_caps(). The attached patch fixes these problems.
Created attachment 282993 [details] [review] Proposed patch.
I'm going to WONTFIX this too. This test is no longer functional, since it uses 0.10 elements and video caps and the colorspace element has been removed (or is now videoconvert). In future, please make sure to mention when you submit patches blindly without actually having tested/run them (goes for all other patches too). commit 64f92ce6280af6455bf8e325ad587cd47f04a43d Author: Tim-Philipp Müller <tim@centricular.com> Date: Sun Aug 10 11:35:41 2014 +0100 tests: remove defunct test code for old colorspace element https://bugzilla.gnome.org/show_bug.cgi?id=734538