gstpad: Fix debug message
authorEdward Hervey <bilboed@bilboed.com>
Wed, 21 Jan 2015 13:10:06 +0000 (14:10 +0100)
committerEdward Hervey <bilboed@bilboed.com>
Wed, 21 Jan 2015 13:13:15 +0000 (14:13 +0100)
gst/gstpad.c

index 7fd043d..3344dd8 100644 (file)
@@ -4839,7 +4839,7 @@ gst_pad_push_event_unchecked (GstPad * pad, GstEvent * event,
   /* Note: we gave away ownership of the event at this point but we can still
    * print the old pointer */
   GST_LOG_OBJECT (pad,
-      "sent event %p to (%s) peerpad %" GST_PTR_FORMAT ", ret %s", event,
+      "sent event %p (%s) to peerpad %" GST_PTR_FORMAT ", ret %s", event,
       gst_event_type_get_name (event_type), peerpad, gst_flow_get_name (ret));
 
   gst_object_unref (peerpad);