gstreamer: rename util_get_timestamp() to get_timestamp()

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1355>
This commit is contained in:
Guillaume Desmottes 2023-12-04 17:07:21 +01:00
parent f055c113ac
commit a29d7c0e19

View file

@ -10,7 +10,7 @@ use crate::Tracer;
// import only functions which do not have their own module as namespace
pub use crate::auto::functions::{
main_executable_path, util_get_timestamp, version, version_string,
main_executable_path, util_get_timestamp as get_timestamp, version, version_string,
};
#[doc(alias = "gst_calculate_linear_regression")]