remove padding from interfaces
This commit is contained in:
parent
43eafea6f6
commit
370dca92d5
@ -89,9 +89,6 @@ struct _GstColorBalanceInterface {
|
|||||||
void (* value_changed) (GstColorBalance *balance,
|
void (* value_changed) (GstColorBalance *balance,
|
||||||
GstColorBalanceChannel *channel,
|
GstColorBalanceChannel *channel,
|
||||||
gint value);
|
gint value);
|
||||||
|
|
||||||
/*< private >*/
|
|
||||||
gpointer _gst_reserved[GST_PADDING];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
GType gst_color_balance_get_type (void);
|
GType gst_color_balance_get_type (void);
|
||||||
|
@ -138,9 +138,6 @@ struct _GstMixerInterface {
|
|||||||
GstMixerOptions *opts);
|
GstMixerOptions *opts);
|
||||||
|
|
||||||
GstMixerFlags (* get_mixer_flags) (GstMixer *mixer);
|
GstMixerFlags (* get_mixer_flags) (GstMixer *mixer);
|
||||||
|
|
||||||
/*< private >*/
|
|
||||||
gpointer _gst_reserved[GST_PADDING];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
GType gst_mixer_get_type (void);
|
GType gst_mixer_get_type (void);
|
||||||
|
@ -51,9 +51,6 @@ struct _GstNavigationInterface {
|
|||||||
|
|
||||||
/* virtual functions */
|
/* virtual functions */
|
||||||
void (*send_event) (GstNavigation *navigation, GstStructure *structure);
|
void (*send_event) (GstNavigation *navigation, GstStructure *structure);
|
||||||
|
|
||||||
/*< private >*/
|
|
||||||
gpointer _gst_reserved[GST_PADDING];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
GType gst_navigation_get_type (void);
|
GType gst_navigation_get_type (void);
|
||||||
|
@ -72,9 +72,6 @@ struct _GstPropertyProbeInterface {
|
|||||||
GValueArray * (*get_values) (GstPropertyProbe *probe,
|
GValueArray * (*get_values) (GstPropertyProbe *probe,
|
||||||
guint prop_id,
|
guint prop_id,
|
||||||
const GParamSpec *pspec);
|
const GParamSpec *pspec);
|
||||||
|
|
||||||
/*< private >*/
|
|
||||||
gpointer _gst_reserved[GST_PADDING];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
GType gst_property_probe_get_type (void);
|
GType gst_property_probe_get_type (void);
|
||||||
|
@ -42,9 +42,6 @@ typedef struct _GstStreamVolumeInterface GstStreamVolumeInterface;
|
|||||||
|
|
||||||
struct _GstStreamVolumeInterface {
|
struct _GstStreamVolumeInterface {
|
||||||
GTypeInterface iface;
|
GTypeInterface iface;
|
||||||
|
|
||||||
/*< private >*/
|
|
||||||
gpointer _gst_reserved[GST_PADDING];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -94,9 +94,6 @@ struct _GstTunerInterface {
|
|||||||
void (*signal_changed) (GstTuner *tuner,
|
void (*signal_changed) (GstTuner *tuner,
|
||||||
GstTunerChannel *channel,
|
GstTunerChannel *channel,
|
||||||
gint signal);
|
gint signal);
|
||||||
|
|
||||||
/*< private >*/
|
|
||||||
gpointer _gst_reserved[GST_PADDING];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
GType gst_tuner_get_type (void);
|
GType gst_tuner_get_type (void);
|
||||||
|
@ -75,9 +75,6 @@ struct _GstVideoOrientationInterface {
|
|||||||
gboolean (* set_vflip) (GstVideoOrientation *video_orientation, gboolean flip);
|
gboolean (* set_vflip) (GstVideoOrientation *video_orientation, gboolean flip);
|
||||||
gboolean (* set_hcenter) (GstVideoOrientation *video_orientation, gint center);
|
gboolean (* set_hcenter) (GstVideoOrientation *video_orientation, gint center);
|
||||||
gboolean (* set_vcenter) (GstVideoOrientation *video_orientation, gint center);
|
gboolean (* set_vcenter) (GstVideoOrientation *video_orientation, gint center);
|
||||||
|
|
||||||
/*< private > */
|
|
||||||
gpointer _gst_reserved[GST_PADDING];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
GType gst_video_orientation_get_type (void);
|
GType gst_video_orientation_get_type (void);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user