Include files for ext audio sinks

Tim-Philipp Müller t.i.m at zen.co.uk
Sun Jan 13 06:20:29 PST 2013


On Sat, 2013-01-12 at 22:44 -0500, Larry Backman wrote:

> I would like to have access to the GstJackAudioSink class to work with
> the ports, but when running make install on gst-plugins-good, include
> files for the class are not installed.  I could pull the include files
> out of the source, but I believe that these files would normally be
> modified by the make process.

> I want to get at some of the properties that point to jack specific
> classes.
> 
Does anybody have experience with accessing particular sinks or source
classes in particular jack, but examples for others are fine to?
> 

We don't install header files for plugins. The only API you have is the
one that shows up in gst-inspect-{1.0|0.10} or exposed by the base
classes (GstAudioSrc, GstBaseSrc etc.).

Pulling the include files out of the source for structure access is not
allowed (you can copy enums and flags if you want to, that's fine, since
they show up in gst-inspect and are part of our API, but not
structures).

What is it that you want to achieve? And what do you need to access?
Maybe we can expose it somehow via the API.

Cheers
 -Tim  




More information about the gstreamer-devel mailing list