From 1068a40d6d9f330d6ba31973e08404b2024d6f65 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Mon, 2 Mar 2009 10:57:35 +0100 Subject: [PATCH] qtmux: Be a bit more verbose in our debug message when failing to renegotiate --- gst/qtmux/gstqtmux.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst/qtmux/gstqtmux.c b/gst/qtmux/gstqtmux.c index 25fd4e3736..c3ac67fbfd 100644 --- a/gst/qtmux/gstqtmux.c +++ b/gst/qtmux/gstqtmux.c @@ -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; }