mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
v4l2allocator: fix error message if allocator is already active
https://bugzilla.gnome.org/show_bug.cgi?id=739789
This commit is contained in:
parent
3282df51a4
commit
36532f5070
1 changed files with 1 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue