The description of the object, to be used in various contexts (string).
The file extension of files produced by a #GESFormatter (string).
The mimetype used for the file produced by a #GESFormatter (string).
The name of a formatter, used as the #GESAsset:id for #GESFormatter assets (string).
The rank of a #GESFormatter (a #GstRank).
The version of a #GESFormatter (double).
The version of the format in which a project is serialized (string).
The ARGB color of a #GESMarker (an AARRGGBB hex as a uint).
The volume for a #GESTrack or a #GESLayer (float).
The default volume for a #GESTrack or a #GESLayer as a float.
Layer priority when a timeline element is not in any layer.
Clean up any resources created by GES in ges_init().
It is normally not needed to call this function in a normal application as the resources will automatically be freed when the program terminates. This function is therefore mostly used by testsuites and other memory profiling tools. This function should be called from the thread where ges_init() was called.
After this call GES should not be used until another ges_init() call.
Return a string representation of mode
.
a #GESEditMode
Get the best formatter for uri
. It tries to find a formatter
compatible with uri
extension, if none is found, it returns the default
formatter asset.
Initialize the GStreamer Editing Service. Call this before any usage of GES. You should take care of initilizing GStreamer before calling this function.
MT safety. GStreamer Editing Services do not guarantee MT safety. An application is required to use GES APIs (including ges_deinit()) in the thread where ges_init() was called.
Initializes the GStreamer Editing Services library, setting up internal path lists, and loading evrything needed.
This function will return %FALSE if GES could not be initialized for some reason.
pointer to application's argv
Use this function to check if GES has been initialized with ges_init() or ges_init_check().
List all the assets in the current cache whose #GESAsset:extractable-type are of the given type (including subclasses).
Note that, since only a #GESExtractable can be extracted from an asset,
using GES_TYPE_EXTRACTABLE
as filter
will return all the assets in
the current cache.
The type of object that can be extracted from the asset
Gets the version number of the GStreamer Editing Services library.
Constant to define an undefined frame number