[vlc-devel] [PATCH] mux: dummy: use vlc_fifo functions
    Steve Lhomme 
    robux4 at ycbcr.xyz
       
    Mon Feb  1 06:59:52 UTC 2021
    
    
  
On 2021-02-01 1:47, Francois Cartegnie wrote:
> Le 31/01/2021 à 20:52, Alexandre Janniaux a écrit :
> 
>> +        if( blockchain )
>> +            sout_AccessOutWrite( p_mux->p_access, blockchain );
>>       }
>>       p_sys->b_header = false;
>>
> 
> Access out has never supported chains.
It seems most access output modules do support chained block_t in the 
pf_write callback. I could only find the Chromecast one that may not do 
it properly.
    
    
More information about the vlc-devel
mailing list