mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-07-06 00:06:33 -04:00
Merge branch 'rtp-rework-audio-codec-support' into 'master'
module-rtp: Rework audio codec support (specifically Opus audio) + additional RTP module fixes See merge request pipewire/pipewire!2876
This commit is contained in:
commit
95fddd5a48
17 changed files with 4136 additions and 474 deletions
|
|
@ -124,6 +124,17 @@ test('test-spa',
|
|||
link_with: pwtest_lib)
|
||||
)
|
||||
|
||||
test('test-module-rtp-common-lib',
|
||||
executable('test-module-rtp-common-lib',
|
||||
'modules/module-rtp/test-jitter-buffer.c',
|
||||
include_directories : [
|
||||
pwtest_inc,
|
||||
include_directories('../src/modules'),
|
||||
],
|
||||
dependencies: [ spa_dep, pipewire_module_rtp_common_dep ],
|
||||
link_with: [pwtest_lib])
|
||||
)
|
||||
|
||||
openal_info = find_program('openal-info', required: false)
|
||||
if openal_info.found()
|
||||
cdata.set_quoted('OPENAL_INFO_PATH', openal_info.full_path())
|
||||
|
|
|
|||
1259
test/modules/module-rtp/test-jitter-buffer.c
Normal file
1259
test/modules/module-rtp/test-jitter-buffer.c
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue