[vlc-devel] multiple aout instances?
    Christophe Massiot 
    massiot at via.ecp.fr
       
    Fri Nov 16 11:34:16 CET 2007
    
    
  
On Fri, Nov 16, 2007, Artem Baguinski wrote:
> @@ -190,7 +195,7 @@ aout_input_t * __aout_DecNew( vlc_object_t * p_this,
>              {
>                  return NULL;
>              }
> -            vlc_object_attach( *pp_aout, p_this->p_libvlc );
> +            vlc_object_attach( *pp_aout, p_this );
>          }
I would prefer to keep p_this->libvlc in case multi-aout is not
selected. It is more coherent with a common process-wide audio output.
Besides I don't think we should attach aout to an object which will
disappear.
For consistency reasons, we may want to change the name multi-aout to
--no-aout-keep, like --sout-keep/--no-sout-keep.
-- 
Christophe Massiot.
    
    
More information about the vlc-devel
mailing list