From f383b6a5b4c4ef34fcba1f1df49ff216e6ffabe0 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/quicktime/gstqtmux.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst/quicktime/gstqtmux.c b/gst/quicktime/gstqtmux.c index 25fd4e3736..c3ac67fbfd 100644 --- a/gst/quicktime/gstqtmux.c +++ b/gst/quicktime/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; } -- 2.34.1