Re: Plugin Support

2016-03-14 Thread Marcin Kolny
Hi Cole, We only generate wrappers for gstreamer-core and gst-plugins-base plugins. Moreover, I'm going to remove this plugins in the newest version, so you shouldn't use them anyway (Instead of that, I'll provide tool for generating C++ wrappers for any plugins). To use spectrum plugin in c++ code

Plugin Support

2016-03-14 Thread Cole Bush
Hello, I am wondering if it is possible to get the spectrum "good" plugin to be supported for the gstreamer c++ wrappings. https://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-good-plugins/html/gst-plugins-good-plugins-spectrum.html It is based off of GstAudioFilter which I see

Gtkmm-PLplot

2016-03-14 Thread Tom Schoonjans
Hi all, I am the developer of a small Gtkmm plotting library (https://github.com/tschoonj/gtkmm-plplot ), essentially offering a Gtkmm DrawingArea widget that uses PLplot behind the scenes to produce scientific plots. I started this project as I was un

Re: Where is declared the get_defs function please?

2016-03-14 Thread Kjell Ahlstedt
get_defs() comes from glibmm. It's defined in glibmm/tools/extra_defs_gen/generate_extra_defs.cc Kjell Den 2016-03-14 kl. 10:29, skrev YuGiOhJCJ Mailing-List: Hello, I have recently changed my gcc compiler version. While compiling atkmm-2.22.6 with gcc-5.3.0 I got some errors like: /tmp/bui

Re: Where is declared the get_defs function please?

2016-03-14 Thread YuGiOhJCJ Mailing-List
On Mon, 14 Mar 2016 10:29:42 +0100 YuGiOhJCJ Mailing-List wrote: > Hello, > > I have recently changed my gcc compiler version. > > While compiling atkmm-2.22.6 with gcc-5.3.0 I got some errors like: > /tmp/build/software/atkmm-2.22.6/codegen/extradefs/generate_extra_defs_atk.cc:50: > undefined

Where is declared the get_defs function please?

2016-03-14 Thread YuGiOhJCJ Mailing-List
Hello, I have recently changed my gcc compiler version. While compiling atkmm-2.22.6 with gcc-5.3.0 I got some errors like: /tmp/build/software/atkmm-2.22.6/codegen/extradefs/generate_extra_defs_atk.cc:50: undefined reference to `get_defs[abi:cxx11](unsigned long, bool (*)(unsigned long))' I p