v4l2allocator: fix error message if allocator is already active

https://bugzilla.gnome.org/show_bug.cgi?id=739789
This commit is contained in:
Aurélien Zanelli 2014-11-07 16:11:24 +01:00 committed by Nicolas Dufresne
parent 3282df51a4
commit 36532f5070

View file

@ -717,8 +717,7 @@ done:
already_active:
{
GST_ERROR_OBJECT (allocator,
"error requesting %d buffers: %s", count, g_strerror (errno));
GST_ERROR_OBJECT (allocator, "allocator already active");
goto error;
}
reqbufs_failed: