Does this mean I cant create a openquicktime videoprovider becoz my project deals with openquicktime and directfb only ..so please suggest a way out to play a quicktime .mov file within the constraints of these libraries and directfbextra ofcourse.please help me as I am stuch at this problem for more than 3 days ..please suggest some way out.any type of help will be appreciated.
-----Original Message----- From: Claudio Ciccani [mailto:[EMAIL PROTECTED] Sent: Monday, January 09, 2006 6:51 PM To: Hemant Kumar, Noida-1 Cc: [email protected] Subject: Re: [directfb-users] IDirectFBDatabuffer and SDL queriies? Hemant Kumar, Noida-1 wrote: > Hello all!! > > I am new to this area of muiltimedia applications..can any one explain > me the concept of IDirectFBDataBuffer and how it is going to create > videoprovider from the buffer data . Further if I create a > videoprovider from IDirectFB interface,(in this case still I am stuck to > create a videoprovider for openquicktime .."no suitable implementation > found error comes in this") DirectFB extra package is required to link > up openquicktime and directfb library. The openquicktime video provider is obsolete. The Xine video provider is what you need, therefore install xine-lib and recompile DirectFB-extra. > > And in the case when I create videoprovider using IDirectFBDatabuffer > interface will I need any third package other than dfb and openquicktime... > > Also one more query how can I make SDL library to work with DirectFB..ie > SDL on top of DirectFB.? Please help me in sorting this out....I will be > very thankful to you all. > > Plz help..!!! > SDL already has a DirectFB backend. Simply do an `export SDL_VIDEODRIVER=directfb` before running an application using SDL. -- Regards, Claudio Ciccani [EMAIL PROTECTED] http://directfb.org http://sf.net/projects/php-directfb _______________________________________________ directfb-users mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users
