mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-30 13:34:46 +00:00
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"
|