ladspa
struct GstLADSPA;
struct GstLADSPA { GstSignalProcessor parent; LADSPA_Descriptor *descriptor; LADSPA_Handle *handle; gboolean activated; gboolean inplace_broken; };