10 /* Helper functions */
14 #include "gstaudioflingersink.h"
16 static gboolean plugin_init (GstPlugin * plugin)
20 ret &= gst_audioflinger_sink_plugin_init (plugin);
25 /* Version number of package */
26 #define VERSION "0.0.1"
28 #define PACKAGE "Android ST-ERICSSON"
31 GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
34 "Android audioflinger library for gstreamer",
35 plugin_init, VERSION, "LGPL", "libgstaudioflinger.so", "http://www.stericsson.com")