[farsight2/master] Make the transmitter names explicit

Olivier Crête olivier.crete at collabora.co.uk
Tue Dec 23 15:25:27 PST 2008


---
 .../multicast/fs-multicast-stream-transmitter.c    |    2 ++
 transmitters/rawudp/fs-rawudp-stream-transmitter.c |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/transmitters/multicast/fs-multicast-stream-transmitter.c b/transmitters/multicast/fs-multicast-stream-transmitter.c
index 159601d..7b8beee 100644
--- a/transmitters/multicast/fs-multicast-stream-transmitter.c
+++ b/transmitters/multicast/fs-multicast-stream-transmitter.c
@@ -49,6 +49,8 @@
  *
  * Packets sent will be looped back (so that other clients on the same session
  * can be on the same machine.
+ *
+ * The name of this transmitter is "multicast".
  */
 
 #ifdef HAVE_CONFIG_H
diff --git a/transmitters/rawudp/fs-rawudp-stream-transmitter.c b/transmitters/rawudp/fs-rawudp-stream-transmitter.c
index a1efdd1..f1ead60 100644
--- a/transmitters/rawudp/fs-rawudp-stream-transmitter.c
+++ b/transmitters/rawudp/fs-rawudp-stream-transmitter.c
@@ -54,6 +54,8 @@
  * if this one is not available
  * ({component_id=RTP, ip=IP, port=9080},{component_id=RTCP, ip=IP, port=9081}).
  * The default port starts at 7078 for the first component.
+ *
+ * The name of this transmitter is "rawudp".
  */
 
 #ifdef HAVE_CONFIG_H
-- 
1.5.6.5




More information about the farsight-commits mailing list