mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 05:12:09 +00:00
tests/effects: Update for new 'parent' property in objects
This commit is contained in:
parent
febf62f2b9
commit
ee0cf0b8aa
1 changed files with 1 additions and 1 deletions
|
@ -365,7 +365,7 @@ GST_START_TEST (test_track_effect_set_properties)
|
||||||
fail_unless (color_aging == FALSE);
|
fail_unless (color_aging == FALSE);
|
||||||
|
|
||||||
pspecs = ges_track_object_list_children_properties (tck_effect, &n_props);
|
pspecs = ges_track_object_list_children_properties (tck_effect, &n_props);
|
||||||
fail_unless (n_props == 6);
|
fail_unless (n_props == 7);
|
||||||
|
|
||||||
spec = pspecs[0];
|
spec = pspecs[0];
|
||||||
i = 1;
|
i = 1;
|
||||||
|
|
Loading…
Reference in a new issue