mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
tests: audioconvert: fix leaks in unit test
This commit is contained in:
parent
d58b7cf75c
commit
9854d5151a
1 changed files with 1 additions and 0 deletions
|
@ -1809,6 +1809,7 @@ GST_START_TEST (test_layout_conv_fixate_caps)
|
|||
assert_equals_string (gst_structure_get_string (s, "format"), "F32LE");
|
||||
assert_equals_string (gst_structure_get_string (s, "layout"),
|
||||
"non-interleaved");
|
||||
gst_clear_caps (&caps);
|
||||
|
||||
fail_unless (gst_element_set_state (audioconvert,
|
||||
GST_STATE_NULL) == GST_STATE_CHANGE_SUCCESS, "could not set to null");
|
||||
|
|
Loading…
Reference in a new issue