mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 12:51:16 +00:00
tests: Make sure tests can be listed
Initializing GstCheck before creating the testsuite
This commit is contained in:
parent
e8d9f9226a
commit
9dd859403d
1 changed files with 3 additions and 1 deletions
|
@ -286,10 +286,12 @@ main (int argc, char **argv)
|
|||
{
|
||||
int nf;
|
||||
|
||||
Suite *s = ges_suite ();
|
||||
Suite *s;
|
||||
|
||||
gst_check_init (&argc, &argv);
|
||||
|
||||
s = ges_suite ();
|
||||
|
||||
av_uri = ges_test_get_audio_video_uri ();
|
||||
image_uri = ges_test_get_image_uri ();
|
||||
|
||||
|
|
Loading…
Reference in a new issue