diff --git a/gstreamer/src/functions.rs b/gstreamer/src/functions.rs index 697e80f36..0b44acd3d 100644 --- a/gstreamer/src/functions.rs +++ b/gstreamer/src/functions.rs @@ -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")]