mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-22 01:21:05 +00:00
Fix-up the last truncated struct
This commit is contained in:
parent
80a0bfbc8d
commit
d572897521
1 changed files with 2 additions and 3 deletions
|
@ -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)]
|
||||||
|
|
Loading…
Reference in a new issue