mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
tests/basetime: Don't run test with osxaudiosrc
libcheck runs the actual tests in a forked process and that makes the guys in Cupertino really sad.
This commit is contained in:
parent
e0c7452edf
commit
dcfeb6efbc
1 changed files with 5 additions and 0 deletions
|
@ -60,6 +60,11 @@ GST_START_TEST (test_basetime_calculation)
|
|||
GstPad *pad;
|
||||
GMainLoop *loop;
|
||||
|
||||
/* Don't run with osxaudiosrc . This is because libcheck runs the actual
|
||||
* test in a forked process and causes havoc with osx's API. */
|
||||
if (G_UNLIKELY (!g_ascii_strcasecmp (DEFAULT_AUDIOSRC, "osxaudiosrc")))
|
||||
return;
|
||||
|
||||
loop = g_main_loop_new (NULL, FALSE);
|
||||
|
||||
/* The "main" pipeline */
|
||||
|
|
Loading…
Reference in a new issue