mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
097ca31255
Original commit message from CVS: first working version of helloworld in perl no eos signal callback yet some wrapper functions
14 lines
193 B
OpenEdge ABL
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"
|