diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2010-06-03 10:43:20 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2010-06-03 10:43:20 +0100 |
commit | ca5893e804eb907f93f811ce86d6a44467ca2c0b (patch) | |
tree | 1e4edd9255451a1851069ac86861e8bbe348ab79 /gst/rtpmux | |
parent | 76f136375cbdedb484a6278acf898606a1c3671a (diff) |
rtpmux: fix missing debug log message argument
Diffstat (limited to 'gst/rtpmux')
-rw-r--r-- | gst/rtpmux/gstrtpdtmfmux.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/rtpmux/gstrtpdtmfmux.c b/gst/rtpmux/gstrtpdtmfmux.c index e46b9c720..f50487447 100644 --- a/gst/rtpmux/gstrtpdtmfmux.c +++ b/gst/rtpmux/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); |