tests: fix for caps API change
This commit is contained in:
parent
4de592aa14
commit
12cba7c984
@ -172,7 +172,7 @@ colorspace_compare (gint width, gint height, gboolean comp)
|
|||||||
gst_caps_unref (rcaps);
|
gst_caps_unref (rcaps);
|
||||||
|
|
||||||
/* normalize to finally have a list of acceptable fixed formats */
|
/* 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);
|
caps = gst_caps_normalize (tcaps);
|
||||||
gst_caps_unref (tcaps);
|
gst_caps_unref (tcaps);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user