From: RĂ©mi Denis-Courmont Date: Sat, 6 Sep 2008 12:56:06 +0000 (+0300) Subject: Change the name X-Git-Tag: 1.0.0-pre1~3504 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=78cb33cb0ba6f70833c74d62485872e4b12cbc89;p=vlc Change the name --- diff --git a/src/stream_output/sap.c b/src/stream_output/sap.c index c1c5448cf8..88fdf578cf 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;