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 757935 - vtenc double-releases CFString 'profile_level' on restart
vtenc double-releases CFString 'profile_level' on restart
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Mac OS
: Normal normal
: 1.6.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-11-11 10:48 UTC by Heinrich Fink
Modified: 2015-11-16 07:18 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fixes double-release (883 bytes, patch)
2015-11-11 10:48 UTC, Heinrich Fink
committed Details | Review

Description Heinrich Fink 2015-11-11 10:48:54 UTC
Created attachment 315244 [details] [review]
Fixes double-release

Please see attached patch
Comment 1 Sebastian Dröge (slomo) 2015-11-11 13:51:26 UTC
commit 788ff2f98e5962a750fadcd23a12c63a55d2fffd
Author: Heinrich Fink <hfink@toolsonair.com>
Date:   Wed Nov 11 11:40:52 2015 +0100

    vtenc: Set profile_level to NULL after release
    
    Otherwise, gst_vtenc_negotiate_profile_and_level will double-release as
    it checks for profile_level != NULL. This caused crashes when the
    vtenc instance is stopped and then restarted.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=757935