gstreamer/swig/Gst.i
Thomas Vander Stichele b66d124abc taking a first stab at swigging gstreamer for perl
Original commit message from CVS:
taking a first stab at swigging gstreamer for perl
2001-08-13 13:46:21 +00:00

12 lines
153 B
OpenEdge ABL

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