summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2010-08-11 17:16:13 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2010-08-11 18:10:45 +0200
commitacc7d51ce5430271ba63cf4b2c9ea0f4cd45f6a3 (patch)
tree815b75474b6913838bfddf83d7cc64ae126dd258 /tests
parent4d757a29eeb0e13953ac4d22b6b8002ceb53e1ed (diff)
videoscale: Add some debug output to the videoscale negotiation test
Diffstat (limited to 'tests')
-rw-r--r--tests/check/elements/videoscale.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/check/elements/videoscale.c b/tests/check/elements/videoscale.c
index fd007e6cc..849628416 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);