After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 765606 - Add caps and capsfeatures cleanup functions
Add caps and capsfeatures cleanup functions
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal enhancement
: 1.9.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-04-26 13:06 UTC by Guillaume Desmottes
Modified: 2016-04-26 13:34 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
capsfeature: add cleanup priv function (2.02 KB, patch)
2016-04-26 13:07 UTC, Guillaume Desmottes
committed Details | Review
caps: add cleanup priv function (1.81 KB, patch)
2016-04-26 13:07 UTC, Guillaume Desmottes
committed Details | Review

Description Guillaume Desmottes 2016-04-26 13:06:39 UTC
.
Comment 1 Guillaume Desmottes 2016-04-26 13:07:09 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().
Comment 2 Guillaume Desmottes 2016-04-26 13:07:24 UTC
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().
Comment 3 Tim-Philipp Müller 2016-04-26 13:34:29 UTC
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