videoscale: Add some debug output to the videoscale negotiation test
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Wed, 11 Aug 2010 15:16:13 +0000 (17:16 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Wed, 11 Aug 2010 16:10:45 +0000 (18:10 +0200)
tests/check/elements/videoscale.c

index fd007e6..8496284 100644 (file)
@@ -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);