From 17e52f6ac26f46b0155137a741f428a71febe996 Mon Sep 17 00:00:00 2001 From: Ayaka Date: Mon, 5 Oct 2015 16:30:46 +0100 Subject: [PATCH] v4l2pool: Fix wrong error message https://bugzilla.gnome.org/show_bug.cgi?id=728438 --- sys/v4l2/gstv4l2bufferpool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/v4l2/gstv4l2bufferpool.c b/sys/v4l2/gstv4l2bufferpool.c index 8b70b98dd2..5a58dc2e35 100644 --- a/sys/v4l2/gstv4l2bufferpool.c +++ b/sys/v4l2/gstv4l2bufferpool.c @@ -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: