mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-10-31 22:59:14 +00:00
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:
parent
f055c113ac
commit
a29d7c0e19
1 changed files with 1 additions and 1 deletions
|
@ -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")]
|
||||
|
|
Loading…
Reference in a new issue