GNOME Bugzilla – Bug 765606
Add caps and capsfeatures cleanup functions
Last modified: 2016-04-26 13:34:51 UTC
.
Created attachment 326755 [details] [review] capsfeature: add cleanup priv function Those are allocated in _priv_gst_caps_features_initialize() so it makes sense to have a symetric cleanup functions called by gst_deinit().
Created attachment 326756 [details] [review] caps: add cleanup priv function Those are allocated in _priv_gst_caps_initialize() so it makes sense to have a symetric cleanup functions called by gst_deinit().
Thanks, pushed: commit 8daad351a46e6e049fd7f0d8acd2f4b986a1bd87 Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> Date: Tue Apr 26 16:02:14 2016 +0300 caps: add cleanup priv function Those are allocated in _priv_gst_caps_initialize() so it makes sense to have a symetric cleanup functions called by gst_deinit(). https://bugzilla.gnome.org/show_bug.cgi?id=765606 commit 21a2b26bb2087de5ba861c9c32769f8749838ee9 Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> Date: Tue Apr 26 16:02:14 2016 +0300 capsfeature: add cleanup priv function Those are allocated in _priv_gst_caps_features_initialize() so it makes sense to have a symetric cleanup functions called by gst_deinit(). https://bugzilla.gnome.org/show_bug.cgi?id=765606