mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 11:32:38 +00:00
videoscale: Add some debug output to the videoscale negotiation test
This commit is contained in:
parent
4d757a29ee
commit
acc7d51ce5
1 changed files with 3 additions and 0 deletions
|
@ -379,6 +379,9 @@ _test_negotiation (const gchar * src_templ, const gchar * sink_templ,
|
||||||
TestNegotiationData data = { 0, 0, 0, 0, FALSE, NULL };
|
TestNegotiationData data = { 0, 0, 0, 0, FALSE, NULL };
|
||||||
GstPad *pad;
|
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");
|
pipeline = gst_element_factory_make ("pipeline", "pipeline");
|
||||||
fail_unless (pipeline != NULL);
|
fail_unless (pipeline != NULL);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue