[vlc-devel] [PATCH 1/3] qtsound: added audio capture functionality for MAC OS X

Rémi Denis-Courmont remi at remlab.net
Wed Oct 5 17:00:30 CEST 2011


Le mercredi 5 octobre 2011 16:52:12 Feurstein, Michael, vous avez écrit :
> +    /* Hack: if libvlc was killed, main interface thread was,
> +     * and poor QTKit needs it, so don't tell him.
> +     * Else we dead lock. */
> +    if( vlc_object_alive(p_this->p_libvlc))
> 
> No matter why you feel like you need to check the legacy b_die bit, it
> certainly does not do whatever you wish it did.
> 
> I just reused these elements from the qtcapture module so I'm not sure what
> the original intention was here. When compiling it tells me that
> vlc_object_alive is deprecated. Is there a replacement. I'll see if I can
> remove/replace this.

You don't know what your code, and then you ask if there is a replacement? You 
got me lost.

And your quotation (lack of) style is illegible.

-- 
Rémi Denis-Courmont
http://www.remlab.net/
http://fi.linkedin.com/in/remidenis



More information about the vlc-devel mailing list