[vlc-devel] commit: Change the name ( Rémi Denis-Courmont )

git version control git at videolan.org
Sun Sep 7 19:48:14 CEST 2008


vlc | branch: 0.9-bugfix | Rémi Denis-Courmont <rdenis at simphalempin.com> | Sat Sep  6 15:56:06 2008 +0300| [2073e810aac52ba8ad416bda9f16869540521289] | committer: Rémi Denis-Courmont 

Change the name
(cherry picked from commit 78cb33cb0ba6f70833c74d62485872e4b12cbc89)

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2073e810aac52ba8ad416bda9f16869540521289
---

 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 b23e71d..83ba762 100644
--- a/src/stream_output/sap.c
+++ b/src/stream_output/sap.c
@@ -121,7 +121,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