Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Alicia Boya García
gst-plugins-good
Commits
5dba8dfe
Commit
5dba8dfe
authored
Apr 17, 2014
by
Sebastian Dröge
🍵
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rtprtx: Provide an ssrc in the test
And increase timeout to allow all tests to run in valgrind.
parent
02d9b5e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
tests/check/elements/rtprtx.c
tests/check/elements/rtprtx.c
+2
-1
No files found.
tests/check/elements/rtprtx.c
View file @
5dba8dfe
...
...
@@ -38,6 +38,7 @@ static GMainLoop *main_loop;
"media = (string)audio, " \
"payload = (int) 0, " \
"clock-rate = (int) 8000, " \
"ssrc = (uint) 42, " \
"encoding-name = (string)PCMU"
#define RTP_FRAME_SIZE 20
...
...
@@ -1495,7 +1496,7 @@ rtprtx_suite (void)
Suite
*
s
=
suite_create
(
"rtprtx"
);
TCase
*
tc_chain
=
tcase_create
(
"general"
);
tcase_set_timeout
(
tc_chain
,
10
);
tcase_set_timeout
(
tc_chain
,
1
2
0
);
suite_add_tcase
(
s
,
tc_chain
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment