diff options
Diffstat (limited to 'ext/ladspa/gstladspa.h')
-rw-r--r-- | ext/ladspa/gstladspa.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ext/ladspa/gstladspa.h b/ext/ladspa/gstladspa.h index 7b8c9b49..89a039e9 100644 --- a/ext/ladspa/gstladspa.h +++ b/ext/ladspa/gstladspa.h @@ -60,12 +60,11 @@ struct _GstLADSPA { GstPad **sinkpads, **srcpads; - GstBufferPool *bufpool; - gboolean newcaps, activated; + gboolean activated; - gint samplerate, buffersize, numbuffers; + gint samplerate, buffer_frames; gint64 timestamp; gboolean inplace_broken; }; |