appsrc: fix recent ABI breakage caused by GstAppSrc structure size increase
Also fixes 'make check'. https://bugzilla.gnome.org/show_bug.cgi?id=728379
This commit is contained in:
parent
787b3fa7ec
commit
ab58a9af2f
@ -110,7 +110,7 @@ struct _GstAppSrcClass
|
|||||||
GstFlowReturn (*push_sample) (GstAppSrc *appsrc, GstSample *sample);
|
GstFlowReturn (*push_sample) (GstAppSrc *appsrc, GstSample *sample);
|
||||||
|
|
||||||
/*< private >*/
|
/*< private >*/
|
||||||
gpointer _gst_reserved[GST_PADDING];
|
gpointer _gst_reserved[GST_PADDING-1];
|
||||||
};
|
};
|
||||||
|
|
||||||
GType gst_app_src_get_type(void);
|
GType gst_app_src_get_type(void);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user