Could anyone give me a clue on what's the prefered method to get a reference to a particular vout_thread_t* instance from inside a particular decoder?<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><br clear="all"><br>-- <br>Alejandro Vazquez Fente