mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
rtpjitterbuffer tests: Validate the number of buffers
This commit is contained in:
parent
d857522237
commit
59d398b66c
1 changed files with 2 additions and 0 deletions
|
@ -353,6 +353,8 @@ GST_START_TEST (test_push_eos)
|
|||
g_cond_wait (&check_cond, &check_mutex);
|
||||
g_mutex_unlock (&check_mutex);
|
||||
|
||||
fail_unless_equals_int (g_list_length (buffers), num_buffers - 1);
|
||||
|
||||
/* Verify statistics */
|
||||
g_object_get (jitterbuffer, "stats", &stats, NULL);
|
||||
gst_structure_get (stats, "num-pushed", G_TYPE_UINT64, &pushed,
|
||||
|
|
Loading…
Reference in a new issue