mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
create rtp source output on correct source
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1252 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
d182a0b1cb
commit
cdb173f6ab
1 changed files with 1 additions and 0 deletions
|
|
@ -269,6 +269,7 @@ int pa__init(pa_core *c, pa_module*m) {
|
|||
data.name = "RTP Monitor Stream";
|
||||
data.driver = __FILE__;
|
||||
data.module = m;
|
||||
data.source = s;
|
||||
pa_source_output_new_data_set_sample_spec(&data, &ss);
|
||||
pa_source_output_new_data_set_channel_map(&data, &cm);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue