From dfd91ba704f5d84774c4ea72ed119dde537c90b6 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 15 Aug 2011 12:19:14 +0200 Subject: [PATCH] tests: update for _negotiated_caps() change --- tests/check/elements/parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/check/elements/parser.c b/tests/check/elements/parser.c index d0bd455889..806b63f236 100644 --- a/tests/check/elements/parser.c +++ b/tests/check/elements/parser.c @@ -286,7 +286,7 @@ gst_parser_test_run (GstParserTest * test, GstCaps ** out_caps) fail_unless_equals_int (datasum, size); } - src_caps = gst_pad_get_negotiated_caps (sinkpad); + src_caps = gst_pad_get_current_caps (sinkpad); GST_LOG ("output caps: %" GST_PTR_FORMAT, src_caps); if (test->sink_caps) {