v4l2pool: Fix wrong error message
authorAyaka <ayaka@soulik.info>
Mon, 5 Oct 2015 15:30:46 +0000 (16:30 +0100)
committerNicolas Dufresne <nicolas.dufresne@collabora.com>
Wed, 24 May 2017 18:00:22 +0000 (14:00 -0400)
https://bugzilla.gnome.org/show_bug.cgi?id=728438

sys/v4l2/gstv4l2bufferpool.c

index 8b70b98..5a58dc2 100644 (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: