[Bug 777847] ios/osx: Don't use manual reference counting in ObjC code

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Mar 7 11:37:31 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=777847

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |slomo at coaxion.net
         Resolution|---                         |FIXED

--- Comment #20 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
commit 46bbc60d24c1914380b4145fa8595aa2e958c7dc
Author: Nick Kallen <nickkallen at me.com>
Date:   Fri Feb 3 14:46:39 2017 +0100

    applemedia/gl: Update code to use ARC

    All code interacting with Objective-C objects should now use Automated
    Reference Counting rather than manual memory management or Garbage
    Collection. Because ARC prohibits C-structs from containing
    references to Objective-C objects, all such fields are now typed
    'gpointer'. Setting and gettings Objective-C fields on such a
    struct now uses explicit __bridge_* calls to tell ARC about
    object lifetimes.

    https://bugzilla.gnome.org/show_bug.cgi?id=777847

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list