diff options
Diffstat (limited to 'gst')
-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; } |