mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00: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
|
||||
gst_task_pool_finalize (GObject * object)
|
||||
{
|
||||
GstTaskPool *pool = GST_TASK_POOL (object);
|
||||
|
||||
GST_DEBUG ("taskpool %p finalize", pool);
|
||||
GST_DEBUG ("taskpool %p finalize", object);
|
||||
|
||||
G_OBJECT_CLASS (gst_task_pool_parent_class)->finalize (object);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue