From 73555b5440129daf3a68c0d378a781745c5bf003 Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Wed, 25 Jul 2018 22:16:59 -0400 Subject: [PATCH] v4l2bufferpool: Fix typo in error message https://bugzilla.gnome.org/show_bug.cgi?id=583890 --- 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 ff08a26..8c10f99 100644 --- a/sys/v4l2/gstv4l2bufferpool.c +++ b/sys/v4l2/gstv4l2bufferpool.c @@ -903,7 +903,7 @@ start_failed: } other_pool_failed: { - GST_ERROR_OBJECT (pool, "failed to active the other pool %" + GST_ERROR_OBJECT (pool, "failed to activate the other pool %" GST_PTR_FORMAT, pool->other_pool); return FALSE; } -- 2.7.4