diff options
author | David Schleef <ds@schleef.org> | 2003-12-19 09:08:03 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2003-12-19 09:08:03 +0000 |
commit | b1789e0711fb15218d04b6a0ccd7a42e03113401 (patch) | |
tree | 1bead34215b8083f8eea75b84b88d9f30e3ba0ec /ext/ladspa/gstladspa.h | |
parent | 8f235b8a62a0cf8a3095ef8fb6c130ce43f36fde (diff) | |
download | gst-plugins-bad-b1789e0711fb15218d04b6a0ccd7a42e03113401.tar.gz gst-plugins-bad-b1789e0711fb15218d04b6a0ccd7a42e03113401.tar.bz2 gst-plugins-bad-b1789e0711fb15218d04b6a0ccd7a42e03113401.zip |
Convert to caps
Original commit message from CVS:
Convert to caps
Diffstat (limited to 'ext/ladspa/gstladspa.h')
-rw-r--r-- | ext/ladspa/gstladspa.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/ladspa/gstladspa.h b/ext/ladspa/gstladspa.h index b588ffa4..f3556f74 100644 --- a/ext/ladspa/gstladspa.h +++ b/ext/ladspa/gstladspa.h @@ -59,8 +59,6 @@ struct _GstLADSPA { GstPad **sinkpads, **srcpads; - GstBufferPool *bufpool; - gboolean activated; gint samplerate, buffer_frames; |