Re: [Gambas-user] Looking for some gb.media examples

2016-09-26 Thread Piper984
Hi Benoît, Thanks for the reply. I actually do have some background with GStreamer, so hopefully I can figure out how to pass my pipelines into the mediacontroller object. I did manage to get a simple example working like this which I'll capture here just for others to find: Public objMedia As N

Re: [Gambas-user] Looking for some gb.media examples

2016-09-25 Thread Benoît Minisini
Le 24/09/2016 à 03:42, Christopher McLennan a écrit : > Hello > > I have a desire to use the MediaPlayer control from the gb.media component > so that I can invoke some logic when the "AboutToFinish" event is raised. > I've looked at the VideoPlayer and the VerySimpleVideo player examples from > th

[Gambas-user] Looking for some gb.media examples

2016-09-23 Thread Christopher McLennan
Hello I have a desire to use the MediaPlayer control from the gb.media component so that I can invoke some logic when the "AboutToFinish" event is raised. I've looked at the VideoPlayer and the VerySimpleVideo player examples from the Software Farm but these use the gb.media.form's MediaView widge