mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 07:16:55 +00:00
tests: qtmux: suppress glib criticals caused by testing deprecated dts methods
This commit is contained in:
parent
d33d8cf026
commit
46f6687bf6
1 changed files with 3 additions and 0 deletions
|
@ -895,6 +895,9 @@ qtmux_suite (void)
|
||||||
Suite *s = suite_create ("qtmux");
|
Suite *s = suite_create ("qtmux");
|
||||||
TCase *tc_chain = tcase_create ("general");
|
TCase *tc_chain = tcase_create ("general");
|
||||||
|
|
||||||
|
/* avoid glib warnings when setting deprecated dts-method property */
|
||||||
|
g_setenv ("G_ENABLE_DIAGNOSTIC", "0", TRUE);
|
||||||
|
|
||||||
suite_add_tcase (s, tc_chain);
|
suite_add_tcase (s, tc_chain);
|
||||||
tcase_add_test (tc_chain, test_video_pad_dd);
|
tcase_add_test (tc_chain, test_video_pad_dd);
|
||||||
tcase_add_test (tc_chain, test_audio_pad_dd);
|
tcase_add_test (tc_chain, test_audio_pad_dd);
|
||||||
|
|
Loading…
Reference in a new issue