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
[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
"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
>Care to put this on the wiki?
Done.
Regards
Steve
"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
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
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.