v4l2bufferpool: Fix typo in error message
authorNicolas Dufresne <nicolas.dufresne@collabora.com>
Thu, 26 Jul 2018 02:16:59 +0000 (22:16 -0400)
committerNicolas Dufresne <nicolas.dufresne@collabora.com>
Mon, 27 Aug 2018 17:41:30 +0000 (13:41 -0400)
https://bugzilla.gnome.org/show_bug.cgi?id=583890

sys/v4l2/gstv4l2bufferpool.c

index ff08a26..8c10f99 100644 (file)
@@ -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;
   }