gstreamer/gst-libs
Gwenole Beauchesne ac75755105 pool: fix deallocation of video pools.
The queue of free objects to used was deallocated with g_queue_free_full().
However, this convenience function shall only be used if the original queue
was allocated with g_queue_new(). This caused memory corruption, eventually
leading to a crash.

The correct solution is to pair the g_queue_init() with the corresponding
g_queue_clear(), while iterating over all free objects to deallocate them.
2013-07-12 15:01:01 +02:00
..
gst pool: fix deallocation of video pools. 2013-07-12 15:01:01 +02:00
Makefile.am Initial import of the gstreamer-vaapi hierarchy. 2010-01-12 15:51:39 +00:00