mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
rtpmux: fix missing debug log message argument
This commit is contained in:
parent
76f136375c
commit
ca5893e804
1 changed files with 2 additions and 2 deletions
|
@ -151,8 +151,8 @@ gst_rtp_dtmf_mux_chain (GstPad * pad, GstBuffer * buffer)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
GST_LOG_OBJECT (mux, "Buffer %p on pad %s has an invalid timestamp,"
|
GST_LOG_OBJECT (pad, "Buffer %p has an invalid timestamp,"
|
||||||
" letting through", GST_PAD_NAME (pad));
|
" letting through", buffer);
|
||||||
}
|
}
|
||||||
GST_OBJECT_UNLOCK (mux);
|
GST_OBJECT_UNLOCK (mux);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue