summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/rtp/codec-discovery.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/rtp/codec-discovery.c b/tests/rtp/codec-discovery.c
index ad5f26c6..2ff6a5da 100644
--- a/tests/rtp/codec-discovery.c
+++ b/tests/rtp/codec-discovery.c
@@ -81,6 +81,10 @@ debug_blueprint (CodecBlueprint *blueprint)
g_print ("input_caps: %s\n", str);
g_free (str);
+ str = gst_caps_to_string (blueprint->output_caps);
+ g_print ("output_caps: %s\n", str);
+ g_free (str);
+
debug_pipeline ("send pipeline:", blueprint->send_pipeline_factory);
debug_pipeline ("recv pipeline:", blueprint->receive_pipeline_factory);