libs: fix deleting a GstVaapiCodedBufferPool object
authorMichael Olbrich <m.olbrich@pengutronix.de>
Wed, 13 Apr 2016 12:09:00 +0000 (14:09 +0200)
committerVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
Wed, 13 Apr 2016 13:45:26 +0000 (15:45 +0200)
commit1e32d62c1e27e4df5d127c30fd3b6084e2db8483
tree1376b032588c3662efba34f791ad989796c84152
parentbb0b8ce7ab97939aadf2d40c09e6323c37bae4e9
libs: fix deleting a GstVaapiCodedBufferPool object

Call gst_vaapi_video_pool_finalize() in coded_buffer_pool_finalize().
Otherwise it is not called when the pool is destroyed and all objects
referenced by the GstVaapiVideoPool are never released.

https://bugzilla.gnome.org/show_bug.cgi?id=764993
gst-libs/gst/vaapi/gstvaapicodedbufferpool.c