Function gstreamer_pbutils::functions::plugins_base_version
source · pub fn plugins_base_version() -> (u32, u32, u32, u32)
Expand description
Gets the version number of the GStreamer Plugins Base libraries.
§Returns
§major
pointer to a guint to store the major version number, or None
§minor
pointer to a guint to store the minor version number, or None
§micro
pointer to a guint to store the micro version number, or None
§nano
pointer to a guint to store the nano version number, or None