mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 09:10:36 +00:00
b66d124abc
Original commit message from CVS: taking a first stab at swigging gstreamer for perl
12 lines
153 B
OpenEdge ABL
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"
|