[dvblast-devel] rename RTP source message
Christophe Massiot
git at videolan.org
Sun Oct 18 20:57:44 CEST 2015
dvblast | branch: master | Christophe Massiot <cmassiot at openheadend.tv> | Sun Oct 18 20:57:11 2015 +0200| [15da0e30d6ce2223497b527cb997f77d86c50242] | committer: Christophe Massiot
rename RTP source message
Because it conflicts with the IP source message.
> http://git.videolan.org/gitweb.cgi/dvblast.git/?a=commit;h=15da0e30d6ce2223497b527cb997f77d86c50242
---
udp.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/udp.c b/udp.c
index e162138..7945fca 100644
--- a/udp.c
+++ b/udp.c
@@ -383,11 +383,11 @@ static void udp_Read(struct ev_loop *loop, struct ev_io *w, int revents)
switch (i_print_type) {
case PRINT_XML:
fprintf(print_fh,
- "<STATUS type=\"source\" source=\"%s\"/>\n",
+ "<STATUS type=\"rtpsource\" source=\"%s\"/>\n",
inet_ntoa( addr ));
break;
case PRINT_TEXT:
- fprintf(print_fh, "source: %s\n", inet_ntoa( addr ) );
+ fprintf(print_fh, "rtpsource: %s\n", inet_ntoa( addr ) );
break;
default:
break;
More information about the dvblast-devel
mailing list