xine-lib 1.2.11
Functions
Plugins loading

Functions related with plugins loading. More...

Functions

int _x_scan_plugins (xine_t *this)
 Load plugins into catalog. More...
 
void _x_dispose_plugins (xine_t *this)
 Dispose (shutdown) all currently loaded plugins. More...
 

Detailed Description

Functions related with plugins loading.

Function Documentation

◆ _x_dispose_plugins()

void _x_dispose_plugins ( xine_t this)

Dispose (shutdown) all currently loaded plugins.

Parameters
thisxine instance

References _decoder_priority_cb(), _x_freep(), dispose_plugin_file_list(), dispose_plugin_list(), NULL, PLUGIN_TYPE_MAX, XINE_VERBOSITY_DEBUG, and xprintf.

Referenced by xine_exit().

◆ _x_scan_plugins()

int _x_scan_plugins ( xine_t this)

Load plugins into catalog.

Parameters
thisxine instance

All input and demux plugins will be fully loaded and initialized. Decoder plugins are loaded on demand. Video/audio output plugins have special load/probe functions

References _new_catalog(), _register_plugins_internal(), _x_assert, collect_plugins(), load_cached_catalog(), load_required_plugins(), lprintf, map_decoders(), NULL, save_catalog(), xine_builtin_plugin_info, XINE_FLAG_NO_WRITE_CACHE, xine_get_homedir(), XINE_LT_AGE, XINE_PLUGINROOT, XINE_PROFILE, xine_small_memcpy, xine_uint32_2str(), and XSP_BUFSIZE.

Referenced by xine_init().