mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 18:05:37 +00:00
taskpool: fix unused variable warning in case debugging is disabled
This commit is contained in:
parent
4fdf54f1c5
commit
f3a358158a
1 changed files with 1 additions and 3 deletions
|
@ -144,9 +144,7 @@ gst_task_pool_init (GstTaskPool * pool)
|
||||||
static void
|
static void
|
||||||
gst_task_pool_finalize (GObject * object)
|
gst_task_pool_finalize (GObject * object)
|
||||||
{
|
{
|
||||||
GstTaskPool *pool = GST_TASK_POOL (object);
|
GST_DEBUG ("taskpool %p finalize", object);
|
||||||
|
|
||||||
GST_DEBUG ("taskpool %p finalize", pool);
|
|
||||||
|
|
||||||
G_OBJECT_CLASS (gst_task_pool_parent_class)->finalize (object);
|
G_OBJECT_CLASS (gst_task_pool_parent_class)->finalize (object);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue