lib: play/add_intf/exit_handler cleanup
- Feb 02, 2024
-
-
There is no more deprecated functions. In case, we need to deprecate new functions in a future release, we can just add LIBVLC_DEPRECATED, and leave the function in its original header.
515ed469 -
libvlc_SetExitHandler should be used instead (from bin and test). This function was confusing as the playlist used by the interface was not controllable by the LibVLC API.
712878c0 -
6cc7cf1a
-
libvlc_InternalAddIntf should be used instead (from bin and test). This function was confusing as the playlist used by the interface was not controllable by the LibVLC API.
1aa19adf -
libvlc_InternalPlay() should be used instead (from bin and test). This function was confusing as the started playlist was not controllable by the LibVLC API.
0777655b -
fae1ff40
-
70dc1f94
-
bcd17cd1
-