[gst-cvs] gst-plugins-bad: qtmux: Be a bit more verbose in our debug message when failing to renegotiate
Edward Hervey
bilboed at kemper.freedesktop.org
Tue Mar 3 09:54:09 PST 2009
Module: gst-plugins-bad
Branch: master
Commit: 1068a40d6d9f330d6ba31973e08404b2024d6f65
URL: http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=1068a40d6d9f330d6ba31973e08404b2024d6f65
Author: Edward Hervey <bilboed at bilboed.com>
Date: Mon Mar 2 10:57:35 2009 +0100
qtmux: Be a bit more verbose in our debug message when failing to renegotiate
---
gst/qtmux/gstqtmux.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gst/qtmux/gstqtmux.c b/gst/qtmux/gstqtmux.c
index 25fd4e3..c3ac67f 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;
}
More information about the Gstreamer-commits
mailing list