From ed779eaf85198383139c2cf354c93e9a661239eb Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Sat, 10 May 2003 14:36:34 +0000 Subject: 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 --- sys/v4l2/gstv4l2src.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'sys/v4l2/gstv4l2src.h') 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 { -- cgit v1.2.1