[Bug 736668] Memory leak when streaming in to SDL texture.

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Sep 16 02:08:20 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=736668
  GStreamer | gst-plugins | 1.4.1

--- Comment #2 from Matthew Waters <ystreet00 at gmail.com> 2014-09-16 09:08:11 UTC ---
In video.cpp:47

replace 
    gst_buffer_unref(buffer);
with
    gst_sample_unref (sample);

Also, there is the environment variable GST_TRACE=mem-live which will output
the GstObjects that are still alive at the end of the program.

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