diff options
Diffstat (limited to 'ext/lv2/gstlv2.h')
-rw-r--r-- | ext/lv2/gstlv2.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ext/lv2/gstlv2.h b/ext/lv2/gstlv2.h index f76235b4..66f9ddf9 100644 --- a/ext/lv2/gstlv2.h +++ b/ext/lv2/gstlv2.h @@ -51,11 +51,10 @@ typedef struct _GstLV2Class GstLV2Class; struct _GstLV2 { GstSignalProcessor parent; - SLV2Plugin *plugin; - SLV2Instance *instance; + SLV2Plugin plugin; + SLV2Instance instance; gboolean activated; - gboolean inplace_broken; }; struct _GstLV2Class { |