v4l2bufferpool: clear gcond

This commit is contained in:
Thiago Santos 2014-07-26 12:06:39 -03:00
parent 287517d6a9
commit 550be3e51b

View file

@ -1346,6 +1346,8 @@ gst_v4l2_buffer_pool_finalize (GObject * object)
/* FIXME Is this required to keep around ? */
gst_object_unref (pool->obj->element);
g_cond_clear (&pool->empty_cond);
/* FIXME have we done enough here ? */
G_OBJECT_CLASS (parent_class)->finalize (object);