gstreamer/swig
Thomas Vander Stichele 097ca31255 first working version of helloworld in perl no eos signal callback yet some wrapper functions
Original commit message from CVS:
first working version of helloworld in perl
no eos signal callback yet
some wrapper functions
2001-08-13 20:42:20 +00:00
..
bootstrap first working version of helloworld in perl no eos signal callback yet some wrapper functions 2001-08-13 20:42:20 +00:00
Gst.i first working version of helloworld in perl no eos signal callback yet some wrapper functions 2001-08-13 20:42:20 +00:00
GstElement.i first working version of helloworld in perl no eos signal callback yet some wrapper functions 2001-08-13 20:42:20 +00:00
GstPad.i first working version of helloworld in perl no eos signal callback yet some wrapper functions 2001-08-13 20:42:20 +00:00
GstPipeline.i taking a first stab at swigging gstreamer for perl 2001-08-13 13:46:21 +00:00
gstswig.c first working version of helloworld in perl no eos signal callback yet some wrapper functions 2001-08-13 20:42:20 +00:00
helloworld.pl first working version of helloworld in perl no eos signal callback yet some wrapper functions 2001-08-13 20:42:20 +00:00
Makefile.PL.in taking a first stab at swigging gstreamer for perl 2001-08-13 13:46:21 +00:00
README first working version of helloworld in perl no eos signal callback yet some wrapper functions 2001-08-13 20:42:20 +00:00
typemap.i taking a first stab at swigging gstreamer for perl 2001-08-13 13:46:21 +00:00

Perl bindings for Gstreamer
thomas@apestaart.org, August 2001

This is work in progress.  

Here's some basic instructions :

* configure gstreamer
* run ./bootstrap in this directory; this will create a symbolic link to
Gst.so which will be made later on so that you can test the module without
installing it.
* run helloworld.pl /path/to/mp3

Some of the gstreamer functions are wrapped up now, we'll change that
later.