mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-10 10:04:23 +00:00
remove padding from interfaces
This commit is contained in:
parent
43eafea6f6
commit
370dca92d5
7 changed files with 0 additions and 21 deletions
gst-libs/gst/interfaces
|
@ -89,9 +89,6 @@ struct _GstColorBalanceInterface {
|
|||
void (* value_changed) (GstColorBalance *balance,
|
||||
GstColorBalanceChannel *channel,
|
||||
gint value);
|
||||
|
||||
/*< private >*/
|
||||
gpointer _gst_reserved[GST_PADDING];
|
||||
};
|
||||
|
||||
GType gst_color_balance_get_type (void);
|
||||
|
|
|
@ -138,9 +138,6 @@ struct _GstMixerInterface {
|
|||
GstMixerOptions *opts);
|
||||
|
||||
GstMixerFlags (* get_mixer_flags) (GstMixer *mixer);
|
||||
|
||||
/*< private >*/
|
||||
gpointer _gst_reserved[GST_PADDING];
|
||||
};
|
||||
|
||||
GType gst_mixer_get_type (void);
|
||||
|
|
|
@ -51,9 +51,6 @@ struct _GstNavigationInterface {
|
|||
|
||||
/* virtual functions */
|
||||
void (*send_event) (GstNavigation *navigation, GstStructure *structure);
|
||||
|
||||
/*< private >*/
|
||||
gpointer _gst_reserved[GST_PADDING];
|
||||
};
|
||||
|
||||
GType gst_navigation_get_type (void);
|
||||
|
|
|
@ -72,9 +72,6 @@ struct _GstPropertyProbeInterface {
|
|||
GValueArray * (*get_values) (GstPropertyProbe *probe,
|
||||
guint prop_id,
|
||||
const GParamSpec *pspec);
|
||||
|
||||
/*< private >*/
|
||||
gpointer _gst_reserved[GST_PADDING];
|
||||
};
|
||||
|
||||
GType gst_property_probe_get_type (void);
|
||||
|
|
|
@ -42,9 +42,6 @@ typedef struct _GstStreamVolumeInterface GstStreamVolumeInterface;
|
|||
|
||||
struct _GstStreamVolumeInterface {
|
||||
GTypeInterface iface;
|
||||
|
||||
/*< private >*/
|
||||
gpointer _gst_reserved[GST_PADDING];
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
@ -94,9 +94,6 @@ struct _GstTunerInterface {
|
|||
void (*signal_changed) (GstTuner *tuner,
|
||||
GstTunerChannel *channel,
|
||||
gint signal);
|
||||
|
||||
/*< private >*/
|
||||
gpointer _gst_reserved[GST_PADDING];
|
||||
};
|
||||
|
||||
GType gst_tuner_get_type (void);
|
||||
|
|
|
@ -75,9 +75,6 @@ struct _GstVideoOrientationInterface {
|
|||
gboolean (* set_vflip) (GstVideoOrientation *video_orientation, gboolean flip);
|
||||
gboolean (* set_hcenter) (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);
|
||||
|
|
Loading…
Reference in a new issue