summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2014-05-07 23:07:48 -0400
committerNicolas Dufresne <nicolas.dufresne@collabora.co.uk>2014-09-18 13:35:09 -0400
commit3af84c53630b362dde97cf98802303dd389826e6 (patch)
treeafee0155c78e57499918e7129d8158aa2272946f /tests
parentc8d42be114f72159cea45b8f7da5c59d6d3823e2 (diff)
downloadfarstream-3af84c53630b362dde97cf98802303dd389826e6.tar.gz
rtpcodecdisco: Discover output caps from receive 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 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);