[vlc-devel] Sending synced text to the Qt4 interface

Laurent Aimar fenrir at via.ecp.fr
Mon Nov 3 15:55:31 CET 2008


On Mon, Nov 03, 2008, Rémi Denis-Courmont wrote:
> 
> On Mon, 3 Nov 2008 15:21:55 +0100, "ogg.k.ogg.k at googlemail.com"
> <ogg.k.ogg.k at googlemail.com> wrote:
> > Didn't realize it was racy :/ Still, I was not aware that the vout was
> > created by my decoder. I certainly don't recall doing this code
> > (especially the one that opens a visualization window where lyrics get
> > displayed).
> 
> If you don't create a vout, the vlc_object_find(p_dec, FIND_***CHILD***)
> will always return NULL. Whether you do create a vout, and why/how, don't
> ask me.
 A subtitle decoder does NOT create a vout itself, it is the core (src/input)
that will use the vout created by the video decoder.
 And so, a subtitle decoder will never have a vout as a child (the vout
will be a child to the video decoder).

-- 
fenrir



More information about the vlc-devel mailing list