From 3af84c53630b362dde97cf98802303dd389826e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Cr=C3=AAte?= Date: Wed, 7 May 2014 23:07:48 -0400 Subject: rtpcodecdisco: Discover output caps from receive codecbin --- tests/rtp/codec-discovery.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests') 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); -- cgit v1.2.1