mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 19:42:26 +00:00
player: use gst_check_init() in test
Calling GST_DEBUG() in test rely on the default category to be defined, which is done in gst_check_init(). https://bugzilla.gnome.org/show_bug.cgi?id=766607
This commit is contained in:
parent
e76705dbde
commit
0f19a48c98
1 changed files with 1 additions and 1 deletions
|
@ -1485,7 +1485,7 @@ main (int argc, char **argv)
|
||||||
Suite *s;
|
Suite *s;
|
||||||
SRunner *sr;
|
SRunner *sr;
|
||||||
|
|
||||||
gst_init (NULL, NULL);
|
gst_check_init (&argc, &argv);
|
||||||
|
|
||||||
s = player_suite ();
|
s = player_suite ();
|
||||||
sr = srunner_create (s);
|
sr = srunner_create (s);
|
||||||
|
|
Loading…
Reference in a new issue