From: Wim Taymans Date: Mon, 15 Aug 2011 10:19:14 +0000 (+0200) Subject: tests: update for _negotiated_caps() change X-Git-Tag: 1.19.3~509^2~7682 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dfd91ba704f5d84774c4ea72ed119dde537c90b6;p=platform%2Fupstream%2Fgstreamer.git tests: update for _negotiated_caps() change --- 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) {