videoscale: Add some debug output to the videoscale negotiation test

This commit is contained in:
Sebastian Dröge 2010-08-11 17:16:13 +02:00
parent 4d757a29ee
commit acc7d51ce5

View 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);