summaryrefslogtreecommitdiffstats
path: root/sys/v4l2/gstv4l2src.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 /sys/v4l2/gstv4l2src.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 'sys/v4l2/gstv4l2src.h')
-rw-r--r--sys/v4l2/gstv4l2src.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/v4l2/gstv4l2src.h b/sys/v4l2/gstv4l2src.h
index 1b4ab095..bae60900 100644
--- a/sys/v4l2/gstv4l2src.h
+++ b/sys/v4l2/gstv4l2src.h
@@ -80,9 +80,6 @@ struct _GstV4l2Src {
/* how are we going to push buffers? */
gboolean use_fixed_fps;
-
- /* bufferpool for the buffers we're gonna use */
- GstBufferPool *bufferpool;
};
struct _GstV4l2SrcClass {