Fix-up the last truncated struct

This commit is contained in:
Sebastian Dröge 2017-04-09 23:35:21 +03:00
parent 80a0bfbc8d
commit d572897521

View file

@ -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 // DO NOT EDIT
#![allow(non_camel_case_types, non_upper_case_globals)] #![allow(non_camel_case_types, non_upper_case_globals)]
@ -906,8 +906,7 @@ pub struct GstVideoCodecFrame {
pub events: *mut glib::GList, pub events: *mut glib::GList,
pub user_data: gpointer, pub user_data: gpointer,
pub user_data_destroy_notify: glib::GDestroyNotify, pub user_data_destroy_notify: glib::GDestroyNotify,
_truncated_record_marker: c_void, pub padding: [c_void; 20],
//union,
} }
#[repr(C)] #[repr(C)]