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 725412 - srtpenc: unref caps in sink query
srtpenc: unref caps in sink query
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 1.3.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-02-28 18:08 UTC by Aleix Conchillo Flaqué
Modified: 2014-03-01 15:41 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
unref caps after gst_query_set_caps_result (753 bytes, patch)
2014-02-28 19:18 UTC, Aleix Conchillo Flaqué
committed Details | Review

Description Aleix Conchillo Flaqué 2014-02-28 18:08:58 UTC
There seems to be a missing caps unref after gst_query_set_caps_result().
Comment 1 Aleix Conchillo Flaqué 2014-02-28 19:18:47 UTC
Created attachment 270593 [details] [review]
unref caps after gst_query_set_caps_result
Comment 2 Sebastian Dröge (slomo) 2014-03-01 15:41:02 UTC
commit a04fe750471bbfffa4e3610905280eb87733e6a0
Author: Aleix Conchillo Flaqué <aleix@oblong.com>
Date:   Fri Feb 28 11:16:27 2014 -0800

    srtpenc: unref caps after gst_query_set_caps_result
    
    https://bugzilla.gnome.org/show_bug.cgi?id=725412