On jeudi 26 juin 2008, Pietro Di Costanzo wrote:
> Hi to all!
> After spending much time understanding the extern and pointers
> functionality under gambas i've made a little app based on the gstreamer
> libraries.
>
> The application can play audio/video files (with the video embedded in the
> application), play-pause-stop them and has seeking functionality too.
> To make all things work i've created some components based on the gstreamer
> library (using the pygst structure) and a little simple gui based on them.
> The code is very rudimentary for now, i've just implemented the functions
> needed to make the things work, but with some time and your help i'm sure
> we can write a complete gstreamer backend for gambas!
> So if someone is interested in developing the class or an app based on this
> class, please let me know!

Great idea, but I cannot open your attachment...

And it is a better idea to use library directly in C/C++. What I do usually is 
writing the basic library access in C/C++, and the high-level component 
interface in Gambas. 

For example, I did that in Gambas 3 gb.desktop component, and I will do that 
in gb.web to optimize the HTML quoting function.

Regards,

-- 
Benoit Minisini

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to