From 9df40915d60843e48a26315286688005dace6905 Mon Sep 17 00:00:00 2001 From: Thiago Santos Date: Mon, 29 Nov 2010 18:24:35 -0300 Subject: [PATCH] v4l2camerasrc: Remove unnecessary padding --- gst/camerabin2/gstv4l2camerasrc.h | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/gst/camerabin2/gstv4l2camerasrc.h b/gst/camerabin2/gstv4l2camerasrc.h index 9e40ffa..e4863bb 100644 --- a/gst/camerabin2/gstv4l2camerasrc.h +++ b/gst/camerabin2/gstv4l2camerasrc.h @@ -94,11 +94,6 @@ struct _GstV4l2CameraSrc /* Caps applied to capsfilters when taking still image */ GstCaps *image_capture_caps; gboolean image_capture_caps_update; // XXX where does this get set.. - - /* if GstV4l2CameraSrc is moved into camerabin plugin, then this isn't - * needed: - */ - gpointer _gst_reserved[GST_PADDING_LARGE]; }; @@ -109,11 +104,6 @@ struct _GstV4l2CameraSrc struct _GstV4l2CameraSrcClass { GstBaseCameraSrcClass parent; - - /* if GstV4l2CameraSrc is moved into camerabin plugin, then this isn't - * needed: - */ - gpointer _gst_reserved[GST_PADDING_LARGE]; }; gboolean gst_v4l2_camera_src_plugin_init (GstPlugin * plugin); -- 2.7.4