GNOME Bugzilla – Bug 766561
gst-plugins-good: fix leaks in various tests
Last modified: 2016-10-09 13:54:58 UTC
.
Created attachment 328056 [details] [review] deinterleave: fix leaks - Flush the bus so messages aren't leaked - Fix pad leak
Created attachment 328057 [details] [review] videomixer: fix event leaks in test
Created attachment 328058 [details] [review] videomixer: fix event leaks in test
Created attachment 328059 [details] [review] interleave: fix message leaks in test Flush the bus when cleaning up so pending messages are destroyed.
Created attachment 328060 [details] [review] fix buffer leaks in tests Need to call gst_check_drop_buffers() to release the buffers exchanged during the test.
Attachment 328056 [details] pushed as c7621e2 - deinterleave: fix leaks Attachment 328058 [details] pushed as 23c8f71 - videomixer: fix event leaks in test Attachment 328059 [details] pushed as fb41b30 - interleave: fix message leaks in test Attachment 328060 [details] pushed as 6ae9c23 - fix buffer leaks in tests