]> git.sesse.net Git - vlc/blobdiff - modules/services_discovery/podcast.c
SAP: add PCM payload types which are now supported
[vlc] / modules / services_discovery / podcast.c
index 63993e904b091262ddb7687604b7fa6096a725b8..8d732703d6741958e2128e9c9d6014f1d658d795 100644 (file)
@@ -159,7 +159,7 @@ static void Run( services_discovery_t *p_sd )
     free( psz_urls ); /* Gruik ? */
     var_AddCallback( p_sd, "podcast-urls", UrlsChange, p_sys );
 
-    while( !p_sd->b_die )
+    while( vlc_object_alive (p_sd) )
     {
         int i;
         if( p_sys->b_update == true )