summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorWind Yuan <feng.yuan@intel.com>2012-10-30 13:15:45 +0800
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>2012-11-19 11:22:03 +0100
commit5fac9d4b5533c92240805e4845064c95e78b1873 (patch)
tree40964ffe13beb56970864b8bec2d22231f5485a1 /NEWS
parenta9f8e17ec58d40f0918980455457f091ceff6931 (diff)
videobuffer: fix memory leak for surface and image.
Fix reference leak of surface and image in GstVaapiVideoBuffer wrapper, thus resulting on actual memory leak of GstVaapiImage when using them for downloads/uploads from VA surfaces and more specifically surfaces when the pipeline is shutdown. i.e. vaTerminate() was never called because the resources were not unreferenced, and thus not deallocated in the end. Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 43c7e295..64b58ffe 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,7 @@ Copyright (C) 2011 Collabora
Version 0.5.0 - DD.Dec.2012
* Require glib >= 2.31.2
+* Fix memory leak in GstVaapiVideoBuffer for images and surfaces (Feng Yuan)
Version 0.4.1 - 20.Nov.2012
* Add support for H.264 interlaced streams