summaryrefslogtreecommitdiffstats
path: root/gst/passthrough/gstpassthrough.h
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2003-12-21 22:11:46 +0000
committerDavid Schleef <ds@schleef.org>2003-12-21 22:11:46 +0000
commit0d9a29465920184a2f1ae1d21be9d8598dd33b93 (patch)
treef2a81f79d8968ea82550fa7b430d9f3f1930865d /gst/passthrough/gstpassthrough.h
parentb2c18cf78125b584585f0c229338738c4c16eb9f (diff)
downloadgst-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.h1
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;