rtpmux: fix missing debug log message argument

This commit is contained in:
Tim-Philipp Müller 2010-06-03 10:43:20 +01:00 committed by Tim-Philipp Müller
parent 4a8d0243b5
commit a45429d81d

View file

@ -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);