mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
rtprtx: Provide an ssrc in the test
And increase timeout to allow all tests to run in valgrind.
This commit is contained in:
parent
02d9b5e6f8
commit
5dba8dfe59
1 changed files with 2 additions and 1 deletions
|
@ -38,6 +38,7 @@ static GMainLoop *main_loop;
|
||||||
"media = (string)audio, " \
|
"media = (string)audio, " \
|
||||||
"payload = (int) 0, " \
|
"payload = (int) 0, " \
|
||||||
"clock-rate = (int) 8000, " \
|
"clock-rate = (int) 8000, " \
|
||||||
|
"ssrc = (uint) 42, " \
|
||||||
"encoding-name = (string)PCMU"
|
"encoding-name = (string)PCMU"
|
||||||
|
|
||||||
#define RTP_FRAME_SIZE 20
|
#define RTP_FRAME_SIZE 20
|
||||||
|
@ -1495,7 +1496,7 @@ rtprtx_suite (void)
|
||||||
Suite *s = suite_create ("rtprtx");
|
Suite *s = suite_create ("rtprtx");
|
||||||
TCase *tc_chain = tcase_create ("general");
|
TCase *tc_chain = tcase_create ("general");
|
||||||
|
|
||||||
tcase_set_timeout (tc_chain, 10);
|
tcase_set_timeout (tc_chain, 120);
|
||||||
|
|
||||||
suite_add_tcase (s, tc_chain);
|
suite_add_tcase (s, tc_chain);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue