[vlc-devel] Re: python bindings no longer working
Pierre d'Herbemont
pdherbemont at free.fr
Mon Jun 18 22:19:35 CEST 2007
You can blame me for that :/
It is as you noted because of the input->media_instance changes.
The idea basically is to change the word p_input->p_md, then
libvlc_input_free to libvlc_media_instance_destroy_and_detach, then
to change the remaining libvlc_input to libvlc_media_instance.
I'll try to do that as soon as possible, but I am not really familiar
with the binding, so if someone more familiar with those want to give
a try, that would be great.
Pierre.
On 18 juin 07, at 22:08, Andrew Stone wrote:
> Hello,
>
> The python bindings are no longer working.
>
> 'import vlc'
>
> now gives an undefined symbol reference to libvlc_input_get_time.
>
> I believe this is due to the input structures being changed to
> libvlc_media_descriptors but am not positive.
>
> I'm also not quite sure how to fix it.
>
> Thanks,
> Andrew
>
> --
> This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
> To unsubscribe, please read http://developers.videolan.org/lists.html
>
>
--
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
More information about the vlc-devel
mailing list