[vlc-devel] [PATCH] libvlc: expand media player API to retrieve information about all available titles of the currently playing media item

Felix Paul Kühne fkuehne at videolan.org
Thu Mar 26 14:26:34 CET 2015


Hello Hugo,

> On 26 Mar 2015, at 14:16, Hugo Beauzée-Luyssen <hugo at beauzee.fr> wrote:
> 
>> +        if( p_input_title->psz_name )
>> +        {
>> +            p_title->psz_name = strdup( p_input_title->psz_name );
>> +        }
> 
> You are not setting psz_name to NULL when p_input_title is NULL
> 
>> +
>> +            if( i_titles == 0 )
>> +            {
> 
> Mutex is still locked here

Thanks! Both fixed locally.

Best regards,

Felix




More information about the vlc-devel mailing list