mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
tests/check/ges/transition.c: C90 fixes
This commit is contained in:
parent
07ec09d9e7
commit
04fa8b4777
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ GST_START_TEST (test_transition_basic)
|
|||
fail_unless (tr1 != 0);
|
||||
fail_unless (tr1->vtype == VTYPE_CROSSFADE);
|
||||
|
||||
tr2 = ges_timeline_transition_new_for_nick ("bar-wipe-lr");
|
||||
tr2 = ges_timeline_transition_new_for_nick ((gchar *) "bar-wipe-lr");
|
||||
fail_unless (tr2 != 0);
|
||||
fail_unless (tr2->vtype == 1);
|
||||
|
||||
|
|
Loading…
Reference in a new issue