mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-12-16 21:26:32 +00:00
e7b4bafa60
error: casting from `*mut ffi::GstVideoOverlayComposition` to a more-strictly-aligned pointer (`*mut gst_ffi::GstMiniObject`) --> gstreamer-video/src/video_meta.rs:158:44 | 158 | gst_ffi::gst_mini_object_unref(self.0.overlay as *mut _); | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: #[deny(clippy::cast_ptr_alignment)] on by default = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_ptr_alignment error: casting from `*mut ffi::GstVideoOverlayComposition` to a more-strictly-aligned pointer (`*mut gst_ffi::GstMiniObject`) --> gstreamer-video/src/video_meta.rs:159:59 | 159 | self.0.overlay = gst_ffi::gst_mini_object_ref(overlay.as_mut_ptr() as *mut _) as *mut _; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_ptr_alignment |
||
---|---|---|
.. | ||
auto | ||
functions.rs | ||
lib.rs | ||
video_event.rs | ||
video_format.rs | ||
video_format_info.rs | ||
video_frame.rs | ||
video_info.rs | ||
video_meta.rs | ||
video_overlay.rs | ||
video_overlay_composition.rs | ||
video_rectangle.rs |