![]() |
![]() |
![]() |
GStreamer Editing Services 1.2.1 Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
#include <ges/ges.h> gboolean ges_init (void
); void ges_version (guint *major
,guint *minor
,guint *micro
,guint *nano
); #define GES_VERSION_MAJOR #define GES_VERSION_MICRO #define GES_VERSION_MINOR #define GES_VERSION_NANO
gboolean ges_init (void
);
Initialize the GStreamer Editing Service. Call this before any usage of GES. You should take care of initilizing GStreamer before calling this function.
void ges_version (guint *major
,guint *minor
,guint *micro
,guint *nano
);
Gets the version number of the GStreamer Editing Services library.
|
pointer to a guint to store the major version number. [out] |
|
pointer to a guint to store the minor version number. [out] |
|
pointer to a guint to store the micro version number. [out] |
|
pointer to a guint to store the nano version number. [out] |