summaryrefslogtreecommitdiffstats
path: root/sys/v4l2/gstv4l2src.h
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2003-05-10 14:36:34 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2003-05-10 14:36:34 +0000
commita3a051705ad5963a61f667bf561947211adb6c97 (patch)
tree8205d4ef3f5b859c19097d21210fbbff01d44f35 /sys/v4l2/gstv4l2src.h
parentd1e45d83b96f9e207f53eda0ae9cffd4eb5e50f6 (diff)
This implements filtered-caps negotiation for all the v4l*src elements, and removes the accompanying properties since...
Original commit message from CVS: This implements filtered-caps negotiation for all the v4l*src elements, and removes the accompanying properties since they're no longer needed
Diffstat (limited to 'sys/v4l2/gstv4l2src.h')
-rw-r--r--sys/v4l2/gstv4l2src.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/v4l2/gstv4l2src.h b/sys/v4l2/gstv4l2src.h
index ae457e59..76fc5ef9 100644
--- a/sys/v4l2/gstv4l2src.h
+++ b/sys/v4l2/gstv4l2src.h
@@ -72,11 +72,6 @@ struct _GstV4l2Src {
/* bufferpool for the buffers we're gonna use */
GstBufferPool *bufferpool;
-
- /* caching values */
- gint width;
- gint height;
- gint palette;
};
struct _GstV4l2SrcClass {