/**
* ges_list_assets:
- * @filter: Type of assets to list, #GES_TYPE_EXTRACTABLE will list
+ * @filter: Type of assets to list, `GES_TYPE_EXTRACTABLE` will list
* all assets
*
* List all @asset filtering per filter as defined by @filter.
/**
- * GESPitiviFormatter:
+ * GESPitiviFormatter: (attributes doc.skip=true):
*
* Serializes a #GESTimeline to a file using the xptv Pitivi file format
*/
* @short_description: A GESAsset that is used to manage projects
*
* The #GESProject is used to control a set of #GESAsset and is a
- * #GESAsset with #GES_TYPE_TIMELINE as @extractable_type itself. That
+ * #GESAsset with `GES_TYPE_TIMELINE` as @extractable_type itself. That
* means that you can extract #GESTimeline from a project as followed:
*
* |[
* @project: A #GESProject
* @asset: (transfer none): A #GESAsset to add to @project
*
- * Adds a #Asset to @project, the project will keep a reference on
+ * Adds a #GESAsset to @project, the project will keep a reference on
* @asset.
*
* Returns: %TRUE if the asset could be added %FALSE it was already
/**
* ges_project_list_assets:
* @project: A #GESProject
- * @filter: Type of assets to list, #GES_TYPE_EXTRACTABLE will list
+ * @filter: Type of assets to list, `GES_TYPE_EXTRACTABLE` will list
* all assets
*
* List all @asset contained in @project filtering per extractable_type
/**
* ges_track_element_asset_set_track_type:
- * @asset: A #GESAssetObject
+ * @asset: A #GESAsset
* @type: A #GESTrackType
*
- * Set the #GESAssetTrackType the #GESTrackElement extracted from @self
+ * Set the #GESTrackType the #GESTrackElement extracted from @self
* should get into
*/
void
/**
* ges_track_element_asset_get_track_type:
- * @asset: A #GESAssetObject
+ * @asset: A #GESAsset
*
* Get the GESAssetTrackType the #GESTrackElement extracted from @self
* should get into
/**
* ges_track_element_get_all_control_bindings
- * @trackelement: The #TrackElement from which to get all set bindings
+ * @trackelement: The #GESTrackElement from which to get all set bindings
*
* Returns: (element-type gchar* GstControlBinding)(transfer none): A
* #GHashTable containing all property_name: GstControlBinding
/**
* ges_uri_clip_asset_is_image:
- * @self: a #indent: Standard input:311: Error:Unexpected end of file
-GESUriClipAsset
+ * @self: a #GESUriClipAsset
*
* Gets Whether the file represented by @self is an image or not
*
* Boston, MA 02110-1301, USA.
*/
+/**
+ * SECTION: ges.h
+ * @title: Initialization
+ * @short_description: GStreamer editing services initialization functions
+ *
+ * GES needs to be initialized after GStreamer itself. This section
+ * contains the various functions to do so.
+ */
/* TODO
* Add a deinit function
*
]
if libxml_dep.found()
- ges_sources += ['ges-pitivi-formatter.c']
- ges_headers += ['ges-pitivi-formatter.h']
+ ges_sources += files(['ges-pitivi-formatter.c'])
+ ges_headers += files(['ges-pitivi-formatter.h'])
endif
version_data = configuration_data()