From a45429d81dd2acddc0592fb2ae7efc3fddf804e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Thu, 3 Jun 2010 10:43:20 +0100 Subject: [PATCH] rtpmux: fix missing debug log message argument --- gst/rtpmanager/gstrtpdtmfmux.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst/rtpmanager/gstrtpdtmfmux.c b/gst/rtpmanager/gstrtpdtmfmux.c index e46b9c7205..f504874474 100644 --- a/gst/rtpmanager/gstrtpdtmfmux.c +++ b/gst/rtpmanager/gstrtpdtmfmux.c @@ -151,8 +151,8 @@ gst_rtp_dtmf_mux_chain (GstPad * pad, GstBuffer * buffer) } } } else { - GST_LOG_OBJECT (mux, "Buffer %p on pad %s has an invalid timestamp," - " letting through", GST_PAD_NAME (pad)); + GST_LOG_OBJECT (pad, "Buffer %p has an invalid timestamp," + " letting through", buffer); } GST_OBJECT_UNLOCK (mux);