]> git.sesse.net Git - vlc/blobdiff - modules/access/dvdnav.c
* Protect input item's meta through setters and getters. That allows tracking of...
[vlc] / modules / access / dvdnav.c
index f5bed60c18c036a242137b7005736fb95f01839c..a89c57e34d0db37f3497c0f2cc25607287606c8d 100644 (file)
@@ -548,7 +548,7 @@ static int Control( demux_t *p_demux, int i_query, va_list args )
             if( (NULL != title_name) && ('\0' != title_name[0]) )
             {
                 vlc_meta_t *p_meta = (vlc_meta_t*)va_arg( args, vlc_meta_t* );
-                vlc_meta_SetTitle( p_meta, title_name );
+                vlc_meta_Set( p_meta, vlc_meta_Title, title_name );
                 return VLC_SUCCESS;
             }
             return VLC_EGENERIC;