|
VLC
2.1.0-git
|

Functions | |
| static void | StreamDelete (stream_t *) |
| stream_t * | stream_FilterNew (stream_t *p_source, const char *psz_stream_filter) |
| This function creates a new stream_t filter. | |
| stream_t * | stream_FilterChainNew (stream_t *p_source, const char *psz_chain, bool b_record) |
| This function creates a chain of filters: | |
This function creates a chain of filters:
You must release the returned value using stream_Delete unless it is used as a source to another filter.
References msg_Dbg, msg_Warn, strdup(), and stream_FilterNew().
Referenced by InputSourceInit().
|
static |
References module_unneed, stream_t::p_module, stream_t::p_source, stream_CommonDelete(), and stream_Delete().
Referenced by stream_FilterNew().
1.8.1.2