Show
Ignore:
Timestamp:
07/21/08 09:56:10 (2 months ago)
Author:
Rémi Duraffort <ivoire@videolan.org>
git-committer:
Rémi Duraffort <ivoire@videolan.org> 1216626970 +0200
git-parent:

[a518149f3478fc8bc984b114a1821d0fd83cecab]

git-author:
Rémi Duraffort <ivoire@videolan.org> 1216625856 +0200
Message:

Use pl_Locked and pl_Unlocked

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/libvlc.c

    r8134316 r494ace9  
    963963        playlist_t *p_playlist = pl_Yield( p_libvlc ); 
    964964        playlist_AddExt( p_playlist, val.psz_string, NULL, PLAYLIST_INSERT, 0, 
    965                          -1, NULL, 0, true, false ); 
     965                         -1, NULL, 0, true, pl_Unlocked ); 
    966966        pl_Release( p_libvlc ); 
    967967    } 
     
    12961296        playlist_AddExt( p_playlist, ppsz_argv[i_opt], NULL, PLAYLIST_INSERT, 
    12971297                         0, -1, ( i_options ? &ppsz_argv[i_opt + 1] : NULL ), 
    1298                          i_options, true, false ); 
     1298                         i_options, true, pl_Unlocked ); 
    12991299        pl_Release( p_vlc ); 
    13001300    }