[pulseaudio-commits] r2432 - /branches/glitch-free/src/modules/rtp/module-rtp-send.c

svnmailer-noreply at 0pointer.de svnmailer-noreply at 0pointer.de
Thu May 15 13:40:21 PDT 2008


Author: lennart
Date: Thu May 15 22:40:20 2008
New Revision: 2432

URL: http://0pointer.de/cgi-bin/viewcvs.cgi?rev=2432&root=pulseaudio&view=rev
Log:
export a few more properties for RTP streams

Modified:
    branches/glitch-free/src/modules/rtp/module-rtp-send.c

Modified: branches/glitch-free/src/modules/rtp/module-rtp-send.c
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/branches/glitch-free/src/modules/rtp/module-rtp-send.c?rev=2432&root=pulseaudio&r1=2431&r2=2432&view=diff
==============================================================================
--- branches/glitch-free/src/modules/rtp/module-rtp-send.c (original)
+++ branches/glitch-free/src/modules/rtp/module-rtp-send.c Thu May 15 22:40:20 2008
@@ -289,6 +289,9 @@
 
     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;




More information about the pulseaudio-commits mailing list