[Bug 748358] rtspsrc: crashes caused by invalid caps unref in 1.4

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Apr 24 08:07:09 PDT 2015


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

Tim-Philipp Müller <t.i.m at zen.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
   Target Milestone|git master                  |1.4.6
            Summary|rtpmanager: rtp session     |rtspsrc: crashes caused by
                   |refcount issue in 1.4       |invalid caps unref in 1.4
           Severity|normal                      |critical

--- Comment #3 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
Thanks, you're right, this gst_caps_unref() shouldn't be done here. I've pushed
this to the 1.4 branch now (I think it's ok in master):

commit fd4aebc2208512e8ab3b480e960d38da81908809
Author: Kseniya Vasilchuk <vasilchukkseniia at gmail.com>
Date:   Fri Apr 24 16:02:14 2015 +0100

    rtspsrc: fix crashes caused by invalid caps unref

    We don't get a ref to the caps returned here, so don't
    unref the caps.

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

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