mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
checks: fix spurious ghost pad check failure
This commit is contained in:
parent
10287a9c81
commit
712189398c
1 changed files with 1 additions and 1 deletions
|
@ -376,7 +376,7 @@ GST_START_TEST (test_ghost_pads)
|
|||
* all pads */
|
||||
|
||||
/* wait for thread to settle down */
|
||||
while (GST_OBJECT_REFCOUNT_VALUE (fsrc) > 2)
|
||||
while (GST_OBJECT_REFCOUNT_VALUE (fsrc) > 1)
|
||||
THREAD_SWITCH ();
|
||||
|
||||
ASSERT_OBJECT_REFCOUNT (fsrc, "fsrc", 1);
|
||||
|
|
Loading…
Reference in a new issue