![]() | ![]() | ![]() | GStreamer 0.8 Core API Reference | ![]() |
---|
GstVersion — GStreamer version macros
#define GST_VERSION_MAJOR #define GST_VERSION_MINOR #define GST_VERSION_MICRO void gst_version (guint *major, guint *minor, guint *micro);
void gst_version (guint *major, guint *minor, guint *micro);
Gets the version number of the GStreamer library.
major : | pointer to a guint to store the major version number |
minor : | pointer to a guint to store the minor version number |
micro : | pointer to a guint to store the micro version number |
<< GstValue | GstXML >> |