]> git.sesse.net Git - vlc/blobdiff - src/stream_output/sap.c
Change the name
[vlc] / src / stream_output / sap.c
index c1c5448cf85911b728172ce7a076bcf40ad990bd..88fdf578cf4d6f753fee3ddcc5832d5a87b143e7 100644 (file)
@@ -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;