qtmux: Be a bit more verbose in our debug message when failing to renegotiate
This commit is contained in:
parent
ffd2ff3ee6
commit
f383b6a5b4
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user