|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
gstlibs on gambas!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! ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Gambas-user mailing list Gambas-user@... https://lists.sourceforge.net/lists/listinfo/gambas-user |
|
|
Re: gstlibs on gambas!Alle 17:50, giovedì 26 giugno 2008, Pietro Di Costanzo ha scritto:
> 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! player.set_property("video-sink", videosink.handle) gives "Null Object" Perchè? Why ? ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Gambas-user mailing list Gambas-user@... https://lists.sourceforge.net/lists/listinfo/gambas-user |
|
|
Re: gstlibs on gambas!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@... https://lists.sourceforge.net/lists/listinfo/gambas-user |
| Free Forum Powered by Nabble | Forum Help |