From 12cba7c9848884711f0e954449164c0a76cd85e5 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 12 Mar 2012 11:40:20 +0100 Subject: [PATCH] tests: fix for caps API change --- tests/check/pipelines/colorspace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/check/pipelines/colorspace.c b/tests/check/pipelines/colorspace.c index a29d199bd1..12ee1a7f2b 100644 --- a/tests/check/pipelines/colorspace.c +++ b/tests/check/pipelines/colorspace.c @@ -172,7 +172,7 @@ colorspace_compare (gint width, gint height, gboolean comp) gst_caps_unref (rcaps); /* normalize to finally have a list of acceptable fixed formats */ - tcaps = gst_caps_do_simplify (caps); + tcaps = gst_caps_simplify (caps); caps = gst_caps_normalize (tcaps); gst_caps_unref (tcaps);