[gst-devel] GStreamer on Windows

Andoni Morales Alastruey ylatuya at gmail.com
Wed Oct 15 22:03:15 CEST 2008


El mié, 15-10-2008 a las 12:23 -0600, Jeffrey Barish escribió:

> Well, the package works fine with the command that you gave me, but unless I
> am misunderstanding it doesn't solve my problem because I need playbin (and
> a few other plugins -- let's see: vorbisenc, oggmux, lame, wavenc, flacenc,
> filesink, audioconvert, cdparanoiasrc).
> 
> You mentioned that playbin worked for you in your C application.  I was
> figuring on running the pipeline from the command line using gst-launch
> because my program is written in Python and I doubt that Python bindings
> are available for OABuild.

Hi:
I don't know how python bindings works (if they use gst-launch or they
wrap the gstreamer libs) but it doesn't mater if it's OAbuild or not as
OAbuild is just a way of compiling GStreamer for Windows. The final
result is the same, a set of libs and executables.

Filesink and audioconvert are included.
For lame you can use ffenc_libmp3lame.
For wavenc you can use any of the ffenc_adpcm*.

OAbuild doesn't include yet all the gstreamer plugins. I hope it will do
so in the future.

What you can do is try to cross-compile gstreamer using mingw:
http://gstreamer.freedesktop.org/wiki/GStreamer_Cross_Compile_With_MinGW_In_Chroot_Environment

And customize it to your needs...






More information about the gstreamer-devel mailing list