Re: [Gambas-user] Gambas & GStreamer

2012-04-30 Thread Benoît Minisini
Le 30/04/2012 21:49, M. Cs. a écrit : > Does this all means that sdl and sdl-sound components will be finally > replaced with a better backend? > I don't know. They are not backends, but completely different systems. The question : can we used GStreamer with SDL (without gb.sdl.sound)? Theoritic

Re: [Gambas-user] Gambas & GStreamer

2012-04-30 Thread M. Cs.
Does this all means that sdl and sdl-sound components will be finally replaced with a better backend? 2012/4/30, Fabien Bodard : > 2012/4/30 Benoît Minisini > >> Le 30/04/2012 14:35, Fabien Bodard a écrit : >> > is there a way to list media or codecs for source,demuxer, etc ? >> >> Apparently 'gs

Re: [Gambas-user] Gambas & GStreamer

2012-04-30 Thread Fabien Bodard
2012/4/30 Benoît Minisini > Le 30/04/2012 14:35, Fabien Bodard a écrit : > > is there a way to list media or codecs for source,demuxer, etc ? > > Apparently 'gst-inspect' does that. Actually I don't really know: I have > started to read the GStreamer documentation for the first time two days > ag

Re: [Gambas-user] Gambas & GStreamer

2012-04-30 Thread Benoît Minisini
Le 30/04/2012 14:35, Fabien Bodard a écrit : > is there a way to list media or codecs for source,demuxer, etc ? Apparently 'gst-inspect' does that. Actually I don't really know: I have started to read the GStreamer documentation for the first time two days ago... -- Benoît Minisini --

Re: [Gambas-user] Gambas & GStreamer

2012-04-30 Thread Fabien Bodard
is there a way to list media or codecs for source,demuxer, etc ? -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can re

Re: [Gambas-user] Gambas & GStreamer

2012-04-30 Thread Fabien Bodard
Le 30 avril 2012 12:47, Benoît Minisini a écrit : > Le 30/04/2012 12:39, Fabien Bodard a écrit : > > trop fort :-) >> >> A quand le bureau gambas ;-) >> >> >> Really impressive ! (simple) >> > > Here is an updated test project. > > -- > Benoît Minisini > > >

Re: [Gambas-user] Gambas & GStreamer

2012-04-30 Thread Benoît Minisini
Le 30/04/2012 12:39, Fabien Bodard a écrit : trop fort :-) A quand le bureau gambas ;-) Really impressive ! (simple) Here is an updated test project. -- Benoît Minisini TestGStreamer-0.0.2.tar.gz Description: GNU Zip compressed data ---

Re: [Gambas-user] Gambas & GStreamer

2012-04-30 Thread Fabien Bodard
trop fort :-) A quand le bureau gambas ;-) Really impressive ! (simple) -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT mana

[Gambas-user] Gambas & GStreamer

2012-04-29 Thread Benoît Minisini
Hi, I have started a new multimedia component based on GStreamer in revision #4693. It is far from being complete, but you can use it to play, pause, seek any audio or video media handled by GStreamer. Here is a little test program used for testing the component. Enjoy, and feel free to co