[Bug 755141] inputselector: fix buffer leak

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sun Sep 20 23:07:09 PDT 2015


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

Eunhae Choi <eunhae1.choi at samsung.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #311574|0                           |1
        is obsolete|                            |

--- Comment #12 from Eunhae Choi <eunhae1.choi at samsung.com> ---
Created attachment 311729
  --> https://bugzilla.gnome.org/attachment.cgi?id=311729&action=edit
inputselector: fix buffer leak

When I checked the downstream path, I got leak point in inputselector so I
uploaded new patch.

After gst_pad_push return with error, it try to keep the buffer in cache but
the buffer is not cached because of the segment format is not TIME. so it can
not be released.

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