plugins_base_version


Description:

[ CCode ( cname = "gst_plugins_base_version" ) ]
public void plugins_base_version (out uint major, out uint minor, out uint micro, out uint nano)

Gets the version number of the GStreamer Plugins Base libraries.

Parameters:

major

pointer to a guint to store the major version number, or null

minor

pointer to a guint to store the minor version number, or null

micro

pointer to a guint to store the micro version number, or null

nano

pointer to a guint to store the nano version number, or null


Namespace: Gst.PbUtils