[Bug 762552] Crash on repeated pipeline, bus and signal watch creation

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Feb 25 18:07:19 UTC 2016


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

Thiago Sousa Santos <thiagossantos at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
   Target Milestone|git master                  |1.7.90

--- Comment #18 from Thiago Sousa Santos <thiagossantos at gmail.com> ---
commit 894c67e642c0f858b5b18097fa7c995bf3cc50c1
Author: Thiago Santos <thiagoss at osg.samsung.com>
Date:   Wed Feb 24 10:56:24 2016 -0300

    bus: change GstBusSource to hold a weak ref to GstBus

    When holding a regular ref it will cause the GstBus to never
    reach 0 references and it won't be destroyed unless the application
    explicitly calls gst_bus_remove_signal_watch().

    Switching to weakref will allow the GstBus to be destroyed.
    The application is still responsible for destroying the
    GSource.

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

-- 
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