From 3e27c5592f9d8ecb976e370cd3f94b70e97f7671 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 19 Nov 2014 17:03:33 +0100 Subject: [PATCH] aggregator: Fix typo in debug output --- gst-libs/gst/base/gstaggregator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-libs/gst/base/gstaggregator.c b/gst-libs/gst/base/gstaggregator.c index cb4ba96721..5a5a06eef4 100644 --- a/gst-libs/gst/base/gstaggregator.c +++ b/gst-libs/gst/base/gstaggregator.c @@ -1751,7 +1751,7 @@ gst_aggregator_pad_steal_buffer (GstAggregatorPad * pad) pad->eos = TRUE; } PAD_BROADCAST_EVENT (pad); - GST_DEBUG_OBJECT (pad, "Consummed: %" GST_PTR_FORMAT, buffer); + GST_DEBUG_OBJECT (pad, "Consumed: %" GST_PTR_FORMAT, buffer); } PAD_UNLOCK_EVENT (pad);