[gst-cvs] gst-plugins-bad: rtpmux: fix missing debug log message argument
Tim Müller
tpm at kemper.freedesktop.org
Thu Jun 3 02:46:02 PDT 2010
Module: gst-plugins-bad
Branch: master
Commit: ca5893e804eb907f93f811ce86d6a44467ca2c0b
URL: http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=ca5893e804eb907f93f811ce86d6a44467ca2c0b
Author: Tim-Philipp Müller <tim.muller at collabora.co.uk>
Date: Thu Jun 3 10:43:20 2010 +0100
rtpmux: fix missing debug log message argument
---
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 e46b9c7..f504874 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);
More information about the Gstreamer-commits
mailing list