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);