Finally I have come to know why my directfbextra package was not able
to create openquicktime videoprovider actually in the configure script
while checking for openquicktime library it send openquictime 1.0
version api with the prefix quicktime instead of oqt_ which is prefix
for most of the API s in openquicktime2.0a1 (new version) so on simple
changing quicktime to oqt in configure.in it solves my problem but as
the openquicktimevideoprovider.c is made for old version of
openquicktime so on giving make to directfbextra a lot of error results
related to function name so I replaced many of them like
quicktime_audio_length with oqt_get_audio_length() and so on..but still
few APIs like 

Quicktime_decode_audio()
Quicktime_decode_video()
Quicktime_has_audio()
And quicktime_decode_video() 
Quicktime_seek_start() are left .can anyone please suggest a solution
how to replace these API with new API coreresponding to new version of
openquicktime and what arguments and number of them has to be
passed...also I wanted to confirm whether this method will work finally
in rendering the video data on surface once the videoprovider is created
successfully.

 
 
Thanks and Regards,
HEMANT KUMAR
WIireless & Embedded Solutions Group
NET CENTRIC TECHNOLOGIES DIVISION

 
 
 

_______________________________________________
directfb-users mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users

Reply via email to