qtmux: Be a bit more verbose in our debug message when failing to renegotiate
authorEdward Hervey <bilboed@bilboed.com>
Mon, 2 Mar 2009 09:57:35 +0000 (10:57 +0100)
committerEdward Hervey <bilboed@bilboed.com>
Tue, 3 Mar 2009 09:12:34 +0000 (10:12 +0100)
gst/qtmux/gstqtmux.c

index 25fd4e3..c3ac67f 100644 (file)
@@ -1587,8 +1587,8 @@ refuse_caps:
 refuse_renegotiation:
   {
     GST_WARNING_OBJECT (qtmux,
-        "pad %s refused renegotiation to %" GST_PTR_FORMAT,
-        GST_PAD_NAME (pad), caps);
+        "pad %s refused renegotiation to %" GST_PTR_FORMAT " from %"
+        GST_PTR_FORMAT, GST_PAD_NAME (pad), caps, GST_PAD_CAPS (pad));
     gst_object_unref (qtmux);
     return FALSE;
   }