pluginsBaseVersion

Gets the version number of the GStreamer Plugins Base libraries.

void
pluginsBaseVersion
(
out uint major
,
out uint minor
,
out uint micro
,
out uint nano
)

Parameters

major uint

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

minor uint

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

micro uint

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

nano uint

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