mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
v4l2pool: Fix wrong error message
https://bugzilla.gnome.org/show_bug.cgi?id=728438
This commit is contained in:
parent
342de49bf6
commit
17e52f6ac2
1 changed files with 1 additions and 1 deletions
|
@ -857,7 +857,7 @@ no_buffers:
|
|||
}
|
||||
start_failed:
|
||||
{
|
||||
GST_ERROR_OBJECT (pool, "failed to start streaming");
|
||||
GST_ERROR_OBJECT (pool, "allocate failed");
|
||||
return FALSE;
|
||||
}
|
||||
other_pool_failed:
|
||||
|
|
Loading…
Reference in a new issue