From acc7d51ce5430271ba63cf4b2c9ea0f4cd45f6a3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 11 Aug 2010 17:16:13 +0200 Subject: [PATCH] videoscale: Add some debug output to the videoscale negotiation test --- tests/check/elements/videoscale.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/check/elements/videoscale.c b/tests/check/elements/videoscale.c index fd007e6..8496284 100644 --- a/tests/check/elements/videoscale.c +++ b/tests/check/elements/videoscale.c @@ -379,6 +379,9 @@ _test_negotiation (const gchar * src_templ, const gchar * sink_templ, TestNegotiationData data = { 0, 0, 0, 0, FALSE, NULL }; GstPad *pad; + GST_DEBUG ("Running test for src templ caps '%s' and sink templ caps '%s'", + src_templ, sink_templ); + pipeline = gst_element_factory_make ("pipeline", "pipeline"); fail_unless (pipeline != NULL); -- 2.7.4