[Bug 711847] vtenc: huge memory leaks

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Jun 16 03:44:08 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=711847
  GStreamer | gst-plugins-bad | git

--- Comment #5 from Matthieu Bouron <matthieu.bouron at collabora.com> 2014-06-16 10:44:02 UTC ---
Created an attachment (id=278527)
 View: https://bugzilla.gnome.org/attachment.cgi?id=278527
 Review: https://bugzilla.gnome.org/review?bug=711847&attachment=278527

vtenc: fix memory leak

It seems that when the void * dataPtr given to the
CVPixelBufferCreateWithPlanarBytes function is not NULL, the release callback
is called when the the cv pixel buffer is released.

The documentation about this pointer only specify that it corresponds to a
"plane description block". Using an arbitrary non-NULL pointer seems to fix the
issues and does cause any issues so far.

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