version_

fnvoid version_(out uint major, out uint minor, out uint micro, out uint nano)

Gets the version number of the GStreamer library.

Parameters

majorpointer to a guint to store the major version number
minorpointer to a guint to store the minor version number
micropointer to a guint to store the micro version number
nanopointer to a guint to store the nano version number