| Top |
| gboolean | ges_init () |
| void | ges_version () |
| #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.