summaryrefslogtreecommitdiff
path: root/ges/ges-formatter.h
AgeCommit message (Expand)AuthorFilesLines
2020-03-19ges: Use #pragma once everywhereThibault Saunier1-4/+1
2020-03-19ges: Cleanup the way we declare object typesThibault Saunier1-21/+3
2019-12-18ges: Use G_DEPRECATE to mark deprecated methodsThibault Saunier1-6/+2
2019-07-26formatter: Better document metadata registrationThibault Saunier1-1/+1
2019-07-26formatter: Add a method to retrieve the best formatter for a givent URIThibault Saunier1-0/+3
2019-07-26formatter: Duplicate const gchar* for metadatasThibault Saunier1-5/+5
2019-03-12Mark ges_timeline_load_from_uri as deprecatedPat DeSantis1-0/+2
2019-03-12Update deprecation warning to match GTK stylePat DeSantis1-1/+1
2019-03-12Mark ges_formatter_save_to_uri as deprecatedPat DeSantis1-0/+2
2018-03-13GST_GES_API -> GES_APITim-Philipp Müller1-7/+7
2018-03-13ges: GST_EXPORT -> GST_GES_APITim-Philipp Müller1-7/+7
2017-08-07Mark symbols explicitly for export with GST_EXPORTThibault Saunier1-0/+7
2016-04-25ges: Add G_BEGIN_DECLS around all relevant declarations in headersSebastian Dröge1-0/+4
2015-03-20ges: Factor out a GESCommandLineFormatter classThibault Saunier1-0/+3
2013-10-15ges-formatter: don't use 'class' as function argument name in headersKishore Arepalli1-1/+1
2013-08-19formatter: Remove the unsed can_save_uri vmethodThibault Saunier1-3/+0
2013-04-23formatter: Pass a dummy instance of formatter to virtual methodThibault Saunier1-2/+2
2012-12-29Misc documentation fixingThibault Saunier1-2/+2
2012-12-19formatter: Make it work with GESProjectThibault Saunier1-9/+25
2012-12-19formatter: Implement the GESExtractable interfaceThibault Saunier1-2/+2
2012-12-19formatter: Remove obselete APIsThibault Saunier1-58/+0
2012-12-19Remove the GESKeyFileFormatterThibault Saunier1-3/+0
2012-11-04Fix FSF addressTim-Philipp Müller1-2/+2
2012-09-25Reset ABI for 1.0 and ensure that extensible baseclasses are extensible enoughThibault Saunier1-1/+1
2012-09-23formatter: Add GError everywhere needed in the APIThibault Saunier1-20/+24
2012-08-18Misc documentation fixingThibault Saunier1-1/+1
2012-07-01formatter: Make the emit_loaded a real method and not a virtual methodThibault Saunier1-2/+4
2012-07-01formatter: Add a timeline protected fieldThibault Saunier1-1/+4
2012-01-11formatter: Add a "loaded" signalThibault Saunier1-0/+13
2012-01-11ges: Add an API to Formatter to be able to handle moved sourcesThibault Saunier1-0/+24
2011-05-20GESFormatter: Move comments out of the wayEdward Hervey1-4/+4
2011-03-01ges: make uri strings constVincent Penquerc'h1-9/+9
2011-01-08GESFormatter: Add private instance and move private variables to itThibault Saunier1-2/+3
2010-12-09GESFormatter: Hide the save/load vmethod from the docsEdward Hervey1-4/+3
2010-11-29ges: Add padding to all public structuresEdward Hervey1-2/+5
2010-11-27Formatter: Extend and fixup documentationEdward Hervey1-26/+81
2010-11-27GESFormatter: fix a few typos in documentionBrandon Lewis1-1/+1
2010-11-27GESFormatter: Add data-related methodsBrandon Lewis1-1/+10
2010-11-27GESKeyFileFormatter: New GKeyFile GESFormatterBrandon Lewis1-1/+1
2010-11-27GESFormatter: Project file format supportBrandon Lewis1-0/+97