mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 08:11:16 +00:00
pad: fix up printf format in debug message
Which I messed up.
This commit is contained in:
parent
91c217c714
commit
a08402bdfd
1 changed files with 1 additions and 1 deletions
|
@ -4261,7 +4261,7 @@ gst_pad_chain_data_unchecked (GstPad * pad, gboolean is_buffer, void *data,
|
|||
"calling chainfunction &%s with %s buffer %p, ts %" GST_TIME_FORMAT,
|
||||
GST_DEBUG_FUNCPTR_NAME (chainfunc),
|
||||
(caps) ? gst_structure_get_name (gst_caps_get_structure (caps, 0)) : "",
|
||||
GST_TIME_ARGS (GST_BUFFER_TIMESTAMP (data)));
|
||||
GST_BUFFER (data), GST_TIME_ARGS (GST_BUFFER_TIMESTAMP (data)));
|
||||
|
||||
if (cache) {
|
||||
cache->peer = gst_object_ref (pad);
|
||||
|
|
Loading…
Reference in a new issue