From cbecbbe23e6b519eed2f286be6e97250dbb3b5ab Mon Sep 17 00:00:00 2001 From: Alessandro Decina Date: Tue, 31 Jan 2012 11:00:55 +0100 Subject: [PATCH] vc1parse: add some more debugging to _renegotiate --- gst/videoparsers/gstvc1parse.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gst/videoparsers/gstvc1parse.c b/gst/videoparsers/gstvc1parse.c index 33400af4a4..caf8301307 100644 --- a/gst/videoparsers/gstvc1parse.c +++ b/gst/videoparsers/gstvc1parse.c @@ -363,7 +363,9 @@ gst_vc1_parse_renegotiate (GstVC1Parse * vc1parse) vc1parse->renegotiate = FALSE; vc1parse->update_caps = TRUE; - GST_DEBUG_OBJECT (vc1parse, "Negotiated %s/%s with downstream", + GST_INFO_OBJECT (vc1parse, "input %s/%s, negotiated %s/%s with downstream", + header_format_to_string (vc1parse->input_header_format), + stream_format_to_string (vc1parse->input_stream_format), header_format_to_string (vc1parse->output_header_format), stream_format_to_string (vc1parse->output_stream_format));