aggregator: Fix typo in debug output
This commit is contained in:
parent
f4a10c64c8
commit
3e27c5592f
@ -1751,7 +1751,7 @@ gst_aggregator_pad_steal_buffer (GstAggregatorPad * pad)
|
|||||||
pad->eos = TRUE;
|
pad->eos = TRUE;
|
||||||
}
|
}
|
||||||
PAD_BROADCAST_EVENT (pad);
|
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);
|
PAD_UNLOCK_EVENT (pad);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user