projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ffd2ff3
)
qtmux: Be a bit more verbose in our debug message when failing to renegotiate
author
Edward Hervey
<bilboed@bilboed.com>
Mon, 2 Mar 2009 09:57:35 +0000
(10:57 +0100)
committer
Tim-Philipp Müller
<tim.muller@collabora.co.uk>
Tue, 12 Apr 2011 19:32:11 +0000
(20:32 +0100)
gst/quicktime/gstqtmux.c
patch
|
blob
|
history
diff --git
a/gst/quicktime/gstqtmux.c
b/gst/quicktime/gstqtmux.c
index 25fd4e373621146cbc0d09ede4e722dc3960bd86..c3ac67fbfd35223773943b3a2da34346efac6308 100644
(file)
--- 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_P
AD_NAME (pad), caps
);
+ "pad %s refused renegotiation to %" GST_PTR_FORMAT
" from %"
+ GST_P
TR_FORMAT, GST_PAD_NAME (pad), caps, GST_PAD_CAPS (pad)
);
gst_object_unref (qtmux);
return FALSE;
}