Could anyone tell me what's the prefered method to get a
reference to the input_thread_t instance from inside a decoder plugin? Or at least give me any other way of getting the name of the input im decoding?<br><br>In the same way, i would like to access the vout_thread_t associated to the decoder, how can i do if i can?
<br><br>I know that vlc_object_find( p_this,
VLC_OBJECT_VOUT, int i_mode ) can return a instance of a vout_thread_t,
but what one it will return if there are several? Does
i_mode=FIND_CHILD or i_mode=FIND_PARENT assure that we get the vout
associated to this decoder?
<br><br>Thanks in advance.<br clear="all"><br>-- <br>Alejandro Vazquez Fente