[vlc-devel] [PATCH][SoC] Qt improvements

Lukas Durfina lukas.durfina at gmail.com
Sun Aug 31 13:47:24 CEST 2008


>>
>> +libvlc_filter_parameter_list_t *libvlc_filter_get_parameters(
>> +              module_t *p_module,
>> +              libvlc_exception_t *p_e )
>>
>> I don't mind using the "internal" libvlccore module_t pointers for  
>> external
>> libvlc users, so long as they're used as opaque data. However "module_t"
>> looks too generic a name for use outside of libvlccore.
>>
>
> good point, I agree, that isnt good solution, I will change that

I take a look on that now, and I am not sure.
This function isnt in interface provided by header file.
For libvlc users there are functions
     libvlc_video_filter_get_parameters()
     libvlc_audio_filter_get_parameters()
and these functions call libvlc_filter_get_parameters()

So I think this is OK, or am I wrong?




More information about the vlc-devel mailing list