va: pool: fix log's object

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1667>
This commit is contained in:
Víctor Manuel Jáquez Leal 2020-10-07 16:18:30 +02:00
parent 26ee5b1e4e
commit 8f936baffe

View file

@ -162,7 +162,7 @@ wrong_caps:
}
failed_to_align:
{
GST_WARNING_OBJECT (pool, "Failed to align");
GST_WARNING_OBJECT (vpool, "Failed to align");
return FALSE;
}
}