summaryrefslogtreecommitdiff
path: root/ges/ges-base-xml-formatter.h
AgeCommit message (Collapse)AuthorFilesLines
2020-03-19ges: Use #pragma once everywhereThibault Saunier1-3/+1
2020-03-19ges: Cleanup the way we declare object typesThibault Saunier1-11/+3
We create our own _DECLARE_ macro because we have instance structures
2019-07-26ges: Implement subprojectsThibault Saunier1-1/+2
Subprojects simply consist of adding the GESProject to the main project asset list. Then those are recursively serialized in the main project in the <asset> not, when deserializing, temporary files are created and those will be used in clips as necessary
2018-03-13GST_GES_API -> GES_APITim-Philipp Müller1-1/+1
2018-03-13ges: GST_EXPORT -> GST_GES_APITim-Philipp Müller1-1/+1
We need different export decorators for the different libs. For now no actual change though, just rename before the release, and add prelude headers to define the new decorator to GST_EXPORT.
2017-08-07Mark symbols explicitly for export with GST_EXPORTThibault Saunier1-0/+1
With two exceptions: * ges_clip_create_track_elements_func * ges_uri_clip_set_uri which were never declared in headers and should always have been static.
2013-12-27ges: Add padding for API extension where missingThibault Saunier1-0/+2
2013-03-15Fix some documentationsThibault Saunier1-0/+1
2012-12-29Misc documentation fixingThibault Saunier1-4/+13
2012-12-29xml-formatter: Implement a GESXmlFormatterThibault Saunier1-0/+58