mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-31 22:25:33 -04:00
export a few more properties for RTP streams
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2432 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
f96a8adb0c
commit
cfc48422c8
1 changed files with 3 additions and 0 deletions
|
|
@ -289,6 +289,9 @@ int pa__init(pa_module*m) {
|
|||
|
||||
pa_source_output_new_data_init(&data);
|
||||
pa_proplist_sets(data.proplist, PA_PROP_MEDIA_NAME, "RTP Monitor Stream");
|
||||
pa_proplist_sets(data.proplist, "rtp.destination", dest);
|
||||
pa_proplist_setf(data.proplist, "rtp.mtu", "%lu", (unsigned long) mtu);
|
||||
pa_proplist_setf(data.proplist, "rtp.port", "%lu", (unsigned long) port);
|
||||
data.driver = __FILE__;
|
||||
data.module = m;
|
||||
data.source = s;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue