tests: fix for caps API change

This commit is contained in:
Wim Taymans 2012-03-12 11:40:20 +01:00
parent 4de592aa14
commit 12cba7c984

View file

@ -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);