]> git.sesse.net Git - vlc/blobdiff - modules/demux/playlist/podcast.c
Input access locking, part 3 (final).
[vlc] / modules / demux / playlist / podcast.c
index f2541696b0f118917b22a9369ad258b191a19291..c74da0ecb4f0ba14b610b6eabe015fee2c47947d 100644 (file)
@@ -229,7 +229,7 @@ static int Demux( demux_t *p_demux )
                 else if( b_item == VLC_FALSE && b_image == VLC_FALSE
                          && !strcmp( psz_elname, "title" ) )
                 {
-                    input_ItemSetName( p_current_input, psz_text );
+                    input_item_SetName( p_current_input, psz_text );
                 }
 #define ADD_GINFO( info, name ) \
     else if( !b_item && !b_image && !strcmp( psz_elname, name ) ) \