mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
tests: fix for caps API change
This commit is contained in:
parent
4de592aa14
commit
12cba7c984
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue