summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2014-05-07 22:51:59 -0400
committerNicolas Dufresne <nicolas.dufresne@collabora.co.uk>2014-09-18 13:35:08 -0400
commitc8d42be114f72159cea45b8f7da5c59d6d3823e2 (patch)
tree622e372827ea709038f264c4d3365f1a4591f284 /tests
parentec1dc8736b5e05e882762a2034e70c0dea3844f4 (diff)
downloadfarstream-c8d42be114f72159cea45b8f7da5c59d6d3823e2.tar.gz
rtpcodecdisco: Discover input caps from send codecbin
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 41da457c..ad5f26c6 100644
--- a/tests/rtp/codec-discovery.c
+++ b/tests/rtp/codec-discovery.c
@@ -77,6 +77,10 @@ debug_blueprint (CodecBlueprint *blueprint)
g_print ("rtp_caps: %s\n", str);
g_free (str);
+ str = gst_caps_to_string (blueprint->input_caps);
+ g_print ("input_caps: %s\n", str);
+ g_free (str);
+
debug_pipeline ("send pipeline:", blueprint->send_pipeline_factory);
debug_pipeline ("recv pipeline:", blueprint->receive_pipeline_factory);