[Gambas-user] gstlibs on gambas!

Benoit Minisini gambas at ...1...
Fri Jul 4 22:49:15 CEST 2008


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




More information about the User mailing list