]> git.sesse.net Git - vlc/commit
Added vlc_get_libvlc_object to libvlccore
authorBasos G <noxelia@gmail.com>
Fri, 12 Dec 2008 15:12:17 +0000 (17:12 +0200)
committerRémi Denis-Courmont <rdenis@simphalempin.com>
Mon, 15 Dec 2008 19:37:41 +0000 (21:37 +0200)
commit21f561ba4af65b0a34ccbc98ed13317c96a96934
treeaeff01afdfd204ec53f46e82e1ce51ab82258468
parent5cf35304a9628310d74bc2c2672712ac8f9cf71b
Added vlc_get_libvlc_object to libvlccore

It is intented to expose the libvlc_int_t (the main vlc object)
to enable extented vlc hacking.. E.g. when you need to make something
with configuration or modules that it is not provided by the PUBLIC API,
you expose the libvlc_int_t as an vlc_object_t and act upon it with
the internal (libvlccore) API...

Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
Put back to libvlc rather than libvlccore (a stupid idea of mine).
include/vlc/libvlc.h
src/control/core.c
src/libvlc.sym