bus: Fix GST_DEBUG parameters to be consistent with the format string

This commit is contained in:
Sebastian Dröge 2011-05-11 15:48:15 +02:00
parent ef673656b7
commit 9ec1673cae

View file

@ -289,7 +289,8 @@ gst_bus_post (GstBus * bus, GstMessage * message)
g_return_val_if_fail (GST_IS_BUS (bus), FALSE);
g_return_val_if_fail (GST_IS_MESSAGE (message), FALSE);
GST_DEBUG_OBJECT (bus, "[msg %p] posting on bus %" GST_PTR_FORMAT, message);
GST_DEBUG_OBJECT (bus, "[msg %p] posting on bus %" GST_PTR_FORMAT, message,
message);
GST_OBJECT_LOCK (bus);
/* check if the bus is flushing */