pub fn version() -> (u32, u32, u32, u32)
Expand description
Gets the version number of the GStreamer library.
pointer to a guint to store the major version number
pointer to a guint to store the minor version number
pointer to a guint to store the micro version number
pointer to a guint to store the nano version number