[Bug 735795] imagefreeze: missing gst_caps_unref

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Sep 1 04:35:27 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=735795
  GStreamer | gst-plugins-good | unspecified

Sebastian Dröge (slomo) <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |1.5.1

--- Comment #9 from Sebastian Dröge (slomo) <slomo at coaxion.net> 2014-09-01 11:35:24 UTC ---
commit 3a1e01022151c3262140d5d864a71a1bab2938c7
Author: Vineeth T M <vineeth.tm at samsung.com>
Date:   Mon Sep 1 16:39:23 2014 +0530

    imagefreeze: Don't call gst_caps_unref() on template caps when already
unreferenced

    Adding an extra condition while calling gst_caps_unref (templ)
    and replacing gst_caps_make_writable (gst_caps_ref (caps)) with
    gst_caps_copy (caps) in line 177, since the functionality is same.

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

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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