mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 06:16:36 +00:00
v4l2camerasrc: Remove unnecessary padding
This commit is contained in:
parent
91b7f2d99e
commit
9df40915d6
1 changed files with 0 additions and 10 deletions
|
@ -94,11 +94,6 @@ struct _GstV4l2CameraSrc
|
||||||
/* Caps applied to capsfilters when taking still image */
|
/* Caps applied to capsfilters when taking still image */
|
||||||
GstCaps *image_capture_caps;
|
GstCaps *image_capture_caps;
|
||||||
gboolean image_capture_caps_update; // XXX where does this get set..
|
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
|
struct _GstV4l2CameraSrcClass
|
||||||
{
|
{
|
||||||
GstBaseCameraSrcClass parent;
|
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);
|
gboolean gst_v4l2_camera_src_plugin_init (GstPlugin * plugin);
|
||||||
|
|
Loading…
Reference in a new issue