mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-12-25 01:20:33 +00:00
c95bd4f47a
Capitalization is wrong in function and parameter/variable names: warning: method `get_Kr_Kb` should have a snake case name --> gstreamer-video/src/auto/enums.rs:515:12 | 515 | pub fn get_Kr_Kb(&self) -> Option<(f64, f64)> { | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `get_kr_kb` | = note: `#[warn(non_snake_case)]` on by default warning: variable `Kr` should have a snake case name --> gstreamer-video/src/auto/enums.rs:518:21 | 518 | let mut Kr = mem::MaybeUninit::uninit(); | ^^ help: convert the identifier to snake case (notice the capitalization): `kr` warning: variable `Kb` should have a snake case name --> gstreamer-video/src/auto/enums.rs:519:21 | 519 | let mut Kb = mem::MaybeUninit::uninit(); | ^^ help: convert the identifier to snake case (notice the capitalization): `kb` warning: variable `Kr` should have a snake case name --> gstreamer-video/src/auto/enums.rs:525:17 | 525 | let Kr = Kr.assume_init(); | ^^ help: convert the identifier to snake case (notice the capitalization): `kr` warning: variable `Kb` should have a snake case name --> gstreamer-video/src/auto/enums.rs:526:17 | 526 | let Kb = Kb.assume_init(); | ^^ help: convert the identifier to snake case (notice the capitalization): `kb` |
||
---|---|---|
.. | ||
auto | ||
subclass | ||
caps_features.rs | ||
functions.rs | ||
lib.rs | ||
utils.rs | ||
video_buffer_pool.rs | ||
video_codec_frame.rs | ||
video_codec_state.rs | ||
video_color_matrix.rs | ||
video_converter.rs | ||
video_decoder.rs | ||
video_encoder.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 | ||
video_time_code.rs | ||
video_time_code_interval.rs |