mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 00:06:36 +00:00
qtmux: Be a bit more verbose in our debug message when failing to renegotiate
This commit is contained in:
parent
62dbf4b9bc
commit
1068a40d6d
1 changed files with 2 additions and 2 deletions
|
@ -1587,8 +1587,8 @@ refuse_caps:
|
||||||
refuse_renegotiation:
|
refuse_renegotiation:
|
||||||
{
|
{
|
||||||
GST_WARNING_OBJECT (qtmux,
|
GST_WARNING_OBJECT (qtmux,
|
||||||
"pad %s refused renegotiation to %" GST_PTR_FORMAT,
|
"pad %s refused renegotiation to %" GST_PTR_FORMAT " from %"
|
||||||
GST_PAD_NAME (pad), caps);
|
GST_PTR_FORMAT, GST_PAD_NAME (pad), caps, GST_PAD_CAPS (pad));
|
||||||
gst_object_unref (qtmux);
|
gst_object_unref (qtmux);
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue