gstreamer/swig/Gst.i
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

14 lines
193 B
OpenEdge ABL

/* File : Gst.i */
%module Gst
%include "typemap.i"
%include "GstPipeline.i"
%include "GstElement.i"
%include "GstBin.i"
%include "GstPad.i"
%{
#include <gst/gst.h>
%}
%include "gstswig.c"