RE: wxMediaCtrl on Linux

2009-11-14 Thread Steve Cookson
I forgot to reply to the group: -Original Message- From: Steve Cookson [mailto:steve.cook...@sca-uk.com] Sent: 14 November 2009 08:23 To: 'Johan Vromans' Subject: RE: wxMediaCtrl on Linux >It seems that Fedora (F10, F11) provides a version of Wx that does not >ha

Re: wxMediaCtrl on Linux

2009-11-14 Thread Johan Vromans
[Quoting Steve Cookson, on November 14 2009, 08:23, in "RE: wxMediaCtrl on L"] > >It seems that Fedora (F10, F11) provides a version of Wx that does not > >have Wx::MediaCtrl ... > > Are you sure? I thought I was :(. Seems that I suffered a library mixup. After correcting that, it works like a c

Re: wxMediaCtrl on Linux

2009-11-14 Thread Johan Vromans
"Steve Cookson" writes: > The list of files needed to GStreamer from wxMediaCtrl *or* Perl seems to > be: > > gstreamer0.10-ffmpeg > libgstreamer0.10-0 > libgstreamer-perl > libgstreamer-plugins-base0.10-0 > gstreamer0.10-x > gstreamer0.10-plugins-good > gstreamer0.10-plugins-base It seems that

RE: wxMediaCtrl on Linux

2009-11-13 Thread Steve Cookson
>Care to put this on the wiki? Done. Regards Steve

Re: wxMediaCtrl on Linux

2009-11-12 Thread Johan Vromans
"Steve Cookson" writes: > The list of files needed to GStreamer from wxMediaCtrl *or* Perl seems to > be: > ... > The following code then runs on Windows and Linux: Care to put this on the wiki? -- Johan

RE: wxMediaCtrl on Linux

2009-11-12 Thread Steve Cookson
Hi Guys, The list of files needed to GStreamer from wxMediaCtrl *or* Perl seems to be: gstreamer0.10-ffmpeg libgstreamer0.10-0 libgstreamer-perl libgstreamer-plugins-base0.10-0 gstreamer0.10-x gstreamer0.10-plugins-good gstreamer0.10-plugins-base The following code then runs on Windows and Linux

RE: wxMediaCtrl on Linux

2009-11-09 Thread Steve Cookson
Hi Guys, I'm still completely failing to get wxMediaCtrl and GStreamer to run under Linux, so I'm trying different tacks. I have found a piece of Perl code that runs GStreamer directly (see below) and I wondered if this could be embedded in wxPerl. This is the point where I get completely lost.