
Go to the source code of this file.
Functions | |
| void | input_item_SetErrorWhenReading (input_item_t *p_i, bool b_error) |
| void | input_item_UpdateTracksInfo (input_item_t *item, const es_format_t *fmt) |
| void input_item_SetErrorWhenReading | ( | input_item_t * | p_i, | |
| bool | b_error | |||
| ) |
References input_item_t::b_error_when_reading, input_item_t::event_manager, input_item_t::lock, vlc_event_send(), vlc_mutex_lock(), and vlc_mutex_unlock().
Referenced by input_ChangeState().
| void input_item_UpdateTracksInfo | ( | input_item_t * | item, | |
| const es_format_t * | fmt | |||
| ) |
References input_item_t::es, es_format_Clean(), es_format_Copy(), input_item_t::i_es, es_format_t::i_id, input_item_t::lock, TAB_APPEND, vlc_mutex_lock(), and vlc_mutex_unlock().
Referenced by EsOutUpdateInfo().
1.7.1