diff options
author | David Schleef <ds@schleef.org> | 2003-12-21 22:11:46 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2003-12-21 22:11:46 +0000 |
commit | 0d9a29465920184a2f1ae1d21be9d8598dd33b93 (patch) | |
tree | f2a81f79d8968ea82550fa7b430d9f3f1930865d /gst/passthrough/gstpassthrough.h | |
parent | b2c18cf78125b584585f0c229338738c4c16eb9f (diff) | |
download | gst-plugins-bad-0d9a29465920184a2f1ae1d21be9d8598dd33b93.tar.gz gst-plugins-bad-0d9a29465920184a2f1ae1d21be9d8598dd33b93.tar.bz2 gst-plugins-bad-0d9a29465920184a2f1ae1d21be9d8598dd33b93.zip |
Remove bufferpools (but keep implementations)
Original commit message from CVS:
Remove bufferpools (but keep implementations)
Diffstat (limited to 'gst/passthrough/gstpassthrough.h')
-rw-r--r-- | gst/passthrough/gstpassthrough.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gst/passthrough/gstpassthrough.h b/gst/passthrough/gstpassthrough.h index 7d0119b2..0b6f9d58 100644 --- a/gst/passthrough/gstpassthrough.h +++ b/gst/passthrough/gstpassthrough.h @@ -50,7 +50,6 @@ struct _GstPassthrough { GstElement element; GstPad *sinkpad, *srcpad; - GstBufferPool *bufpool; gboolean silent; |