From d57289752182ce7707e0c3096f826f06db4afd3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sun, 9 Apr 2017 23:35:21 +0300 Subject: [PATCH] Fix-up the last truncated struct --- gstreamer-video-sys/src/lib.rs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gstreamer-video-sys/src/lib.rs b/gstreamer-video-sys/src/lib.rs index e0c14cd6c..aae83588d 100644 --- a/gstreamer-video-sys/src/lib.rs +++ b/gstreamer-video-sys/src/lib.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (bf7bd49) from gir-files (???) +// This file was generated by gir (038b513) from gir-files (???) // DO NOT EDIT #![allow(non_camel_case_types, non_upper_case_globals)] @@ -906,8 +906,7 @@ pub struct GstVideoCodecFrame { pub events: *mut glib::GList, pub user_data: gpointer, pub user_data_destroy_notify: glib::GDestroyNotify, - _truncated_record_marker: c_void, - //union, + pub padding: [c_void; 20], } #[repr(C)]