]> git.sesse.net Git - vlc/commit
libvlc_media_new_path: create a media from a file path
authorRémi Denis-Courmont <remi@remlab.net>
Thu, 18 Feb 2010 17:56:15 +0000 (19:56 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Thu, 18 Feb 2010 17:56:15 +0000 (19:56 +0200)
commit7eccf3a2cf7bdf158f58b8f4ef006ad604738c0b
treefd64753944da6a020d088550fc3e17d466db8365
parent501f845fee66daa613d83f460a35626399fdccc9
libvlc_media_new_path: create a media from a file path

Also rename libvlc_media_new to libvlc_media_new_location to remove
the ambiguity.
12 files changed:
bindings/mediacontrol/mediacontrol_core.c
include/vlc/libvlc_media.h
projects/activex/plugin.cpp
projects/macosx/framework/Sources/VLCMedia.m
projects/mozilla/vlcplugin.cpp
src/control/media.c
src/libvlc.sym
test/libvlc/libvlc_additions.h
test/libvlc/media_list.c
test/libvlc/media_list_player.c
test/libvlc/media_player.c
test/libvlc/meta.c