mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
tests/faeksink: Lower the number of threads to avoid timeouts
We just end up with way too much contention in glib otherwise.
This commit is contained in:
parent
4b13520b61
commit
ca054ff4e5
1 changed files with 1 additions and 1 deletions
|
@ -901,7 +901,7 @@ oob_source_init (OOBSource * src, OOBSourceClass * g_class)
|
||||||
/* nothing to do */
|
/* nothing to do */
|
||||||
}
|
}
|
||||||
|
|
||||||
#define NOTIFY_RACE_NUM_PIPELINES 20
|
#define NOTIFY_RACE_NUM_PIPELINES 10
|
||||||
|
|
||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue