mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 11:11:08 +00:00
videosink: reset padding
This commit is contained in:
parent
ace51b689f
commit
fe766cf9f4
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ struct _GstVideoSinkClass {
|
||||||
GstFlowReturn (*show_frame) (GstVideoSink *video_sink, GstBuffer *buf);
|
GstFlowReturn (*show_frame) (GstVideoSink *video_sink, GstBuffer *buf);
|
||||||
|
|
||||||
/*< private >*/
|
/*< private >*/
|
||||||
gpointer _gst_reserved[GST_PADDING - 1];
|
gpointer _gst_reserved[GST_PADDING];
|
||||||
};
|
};
|
||||||
|
|
||||||
GType gst_video_sink_get_type (void);
|
GType gst_video_sink_get_type (void);
|
||||||
|
|
Loading…
Reference in a new issue