mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
aggregator: Fix typo in debug output
This commit is contained in:
parent
4bdbb7a98f
commit
e3b42c8acb
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue