v4l2pool: Fix wrong error message

https://bugzilla.gnome.org/show_bug.cgi?id=728438
This commit is contained in:
Ayaka 2015-10-05 16:30:46 +01:00 committed by Nicolas Dufresne
parent 342de49bf6
commit 17e52f6ac2

View file

@ -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: