diff options
author | Edward Hervey <bilboed@bilboed.com> | 2009-03-02 10:57:35 +0100 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2009-03-03 10:12:34 +0100 |
commit | 1068a40d6d9f330d6ba31973e08404b2024d6f65 (patch) | |
tree | 1ab0cc76b992d74247fd068d57df147f2bcc5499 | |
parent | 62dbf4b9bc32d6367ff770644e2f023d662426bc (diff) | |
download | gst-plugins-bad-1068a40d6d9f330d6ba31973e08404b2024d6f65.tar.gz gst-plugins-bad-1068a40d6d9f330d6ba31973e08404b2024d6f65.tar.bz2 gst-plugins-bad-1068a40d6d9f330d6ba31973e08404b2024d6f65.zip |
qtmux: Be a bit more verbose in our debug message when failing to renegotiate
-rw-r--r-- | 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 25fd4e37..c3ac67fb 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; } |