[vlc-devel] commit: Change the name ( Rémi Denis-Courmont )
git version control
git at videolan.org
Sat Sep 6 15:08:11 CEST 2008
vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Sat Sep 6 15:56:06 2008 +0300| [78cb33cb0ba6f70833c74d62485872e4b12cbc89] | committer: Rémi Denis-Courmont
Change the name
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=78cb33cb0ba6f70833c74d62485872e4b12cbc89
---
src/stream_output/sap.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/stream_output/sap.c b/src/stream_output/sap.c
index c1c5448..88fdf57 100644
--- a/src/stream_output/sap.c
+++ b/src/stream_output/sap.c
@@ -120,7 +120,7 @@ sap_handler_t *announce_SAPHandlerCreate( announce_handler_t *p_announce )
sap_handler_t *p_sap;
p_sap = vlc_custom_create( VLC_OBJECT(p_announce), sizeof( sap_handler_t ),
- VLC_OBJECT_ANNOUNCE, "announce" );
+ VLC_OBJECT_ANNOUNCE, "sap announcer" );
if( !p_sap )
return NULL;
More information about the vlc-devel
mailing list