gstreamer/gst-libs/gst
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
..
codecparsers configure: always build the MPEG-4 parser. 2013-06-14 11:45:11 +02:00
vaapi pool: fix deallocation of video pools. 2013-07-12 15:01:01 +02:00
video build: fix compiling of local GstVideoDecoder and codecparsers. 2013-02-25 10:46:08 +01:00
Makefile.am Add videoutils submodule for GstVideoDecoder APIs. 2012-12-21 16:01:16 +01:00