diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2007-09-19 12:50:05 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2007-09-19 12:50:05 +0000 |
commit | c058012d1794e7175593543fbb72ce42c08feca5 (patch) | |
tree | 069bf5d12cc1634078733ff12faa42d2f14c3c3c | |
parent | 8b83a2812f296536968ac41b0bc2f317d64b91b6 (diff) | |
download | gst-plugins-bad-c058012d1794e7175593543fbb72ce42c08feca5.tar.gz gst-plugins-bad-c058012d1794e7175593543fbb72ce42c08feca5.tar.bz2 gst-plugins-bad-c058012d1794e7175593543fbb72ce42c08feca5.zip |
ext/directfb/dfbvideosink.c: When finalizing GstDfbSurface, a subclass of GstBuffer, correctly chain up to the parent...
Original commit message from CVS:
* ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_destroy),
(gst_dfbsurface_class_init):
When finalizing GstDfbSurface, a subclass of GstBuffer, correctly
chain up to the parent class to free everything, including caps.
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2007-09-19 Sebastian Dröge <slomo@circular-chaos.org> + + * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_destroy), + (gst_dfbsurface_class_init): + When finalizing GstDfbSurface, a subclass of GstBuffer, correctly + chain up to the parent class to free everything, including caps. + 2007-09-19 Thijs Vermeir <thijsvermeir@gmail.com> * gst/librfb/Makefile.am: |