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 734525 - inter: Unref bus after usage
inter: Unref bus after usage
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other All
: Normal normal
: 1.5.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-08-09 11:47 UTC by Sebastian Rasmussen
Modified: 2014-08-11 08:03 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed patch. (949 bytes, patch)
2014-08-09 11:48 UTC, Sebastian Rasmussen
committed Details | Review

Description Sebastian Rasmussen 2014-08-09 11:47:26 UTC
gst_pipeline_get_bus() returns a reference to a bus that must be released after usage. The attach patch fixes this.
Comment 1 Sebastian Rasmussen 2014-08-09 11:48:02 UTC
Created attachment 282982 [details] [review]
Proposed patch.
Comment 2 Sebastian Dröge (slomo) 2014-08-11 08:03:45 UTC
commit 8ee4e198cc820d869da20c83a71246a6af50d1ae
Author: Sebastian Rasmussen <sebras@hotmail.com>
Date:   Sat Aug 9 11:41:17 2014 +0200

    inter: Unref bus after usage
    
    gst_pipeline_get_bus() returns a reference to a bus that needs to
    be unreferenced after usage.
    
    Fixes https://bugzilla.gnome.org/show_bug.cgi?id=734525