diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2003-05-10 14:36:34 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2003-05-10 14:36:34 +0000 |
commit | ed779eaf85198383139c2cf354c93e9a661239eb (patch) | |
tree | 312486b4363e66156457f4a25a8e602a2069638e /sys/v4l2/gstv4l2src.h | |
parent | 1bdef6b2a03c7210ff27f66aa330758d3d65fc8f (diff) | |
download | gst-plugins-bad-ed779eaf85198383139c2cf354c93e9a661239eb.tar.gz gst-plugins-bad-ed779eaf85198383139c2cf354c93e9a661239eb.tar.bz2 gst-plugins-bad-ed779eaf85198383139c2cf354c93e9a661239eb.zip |
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.h | 5 |
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 { |