rtpmux: fix missing debug log message argument
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Thu, 3 Jun 2010 09:43:20 +0000 (10:43 +0100)
committerTim-Philipp Müller <tim@centricular.net>
Sun, 16 Dec 2012 16:35:15 +0000 (16:35 +0000)
gst/rtpmanager/gstrtpdtmfmux.c

index e46b9c7..f504874 100644 (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);