summaryrefslogtreecommitdiff
path: root/ges/ges-track.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-14ges: add some g-i annotations according to documentationAurélien Zanelli1-2/+2
2016-03-24editing-services: use new gst_element_class_add_static_pad_template()Vineeth TM1-2/+2
2015-10-02track: mixing_operation is handled by its parentJustin Kim1-5/+0
2015-09-30track: add gaps when going from READY to PAUSED.Mathieu Duponchelle1-0/+14
2015-09-30timeline-element,track,framepositionner: don't leak internal objectJustin Kim1-1/+4
2015-09-18ges: Namespace NLE utils function into GESThibault Saunier1-9/+9
2015-08-20Move NLE to a dedicated GstPluginThibault Saunier1-3/+2
2015-07-23ges: Do not leak and uselessly create errorsThibault Saunier1-4/+2
2015-07-02ges: Do not add a final gap at the end of track while renderingThibault Saunier1-3/+13
2015-07-01track: Give usefull name to compositionsThibault Saunier1-0/+17
2015-04-09timeline, track: Emit commited at the correct moment.Mathieu Duponchelle1-0/+18
2015-03-31track: Set any caps features on tmpcaps.Mathieu Duponchelle1-0/+2
2015-02-20ges: Always set ANY capsfeatures on tracks caps propertyThibault Saunier1-0/+7
2015-02-10ges: initialize timeline_duration valueLuis de Bethencourt1-1/+1
2015-02-03Cleanly handle removing the last object in a compositionMathieu Duponchelle1-1/+5
2014-12-06nlecomposition: Add a 'query-position' signalThibault Saunier1-0/+7
2014-12-05track: [API]: ges_track_update_restriction_caps.Mathieu Duponchelle1-0/+41
2014-10-31ges: Avoid to always commit when a project is loadedThibault Saunier1-5/+5
2014-10-31Start taking advantage of the fact that NLE is in the same three as GES!Thibault Saunier1-6/+3
2014-10-31ges-track: Do not set removed object stateThibault Saunier1-2/+0
2014-10-31Port to the new NLE APIThibault Saunier1-24/+15
2014-10-31Cleanup import of GNL and rename gnl to nle for Non Linear EngineThibault Saunier1-41/+38
2014-10-26track: fix indentationTim-Philipp Müller1-1/+1
2014-10-26track: don't leak restriction capsTim-Philipp Müller1-0/+5
2014-06-03ges-track: fill the gaps left empty by deactivated track elements.Mathieu Duponchelle1-0/+3
2014-05-02tools: Add an option to disable mixingThibault Saunier1-1/+20
2014-04-07Include class related section documentation in the gir file.Christoph Reiter1-1/+1
2013-12-27ges: Remove versionning infos now that we start on the 1.X API serieThibault Saunier1-4/+0
2013-10-31ges: Fix several memory leaksKishore Arepalli1-0/+7
2013-09-03ges-track: Add the notion of resriction caps to GESTrackSimon Corsin1-4/+65
2013-07-12track: Make it possible to disable the mixing featureMathieu Duponchelle1-3/+70
2013-07-09track: Make sure that new gaps are filled before removing the old onesThibault Saunier1-10/+16
2013-07-09track: Update gaps only when commitingThibault Saunier1-23/+3
2013-06-23smart-adder: Implement a GESSmartAdder bin element to be used as mixing elementThibault Saunier1-29/+37
2013-06-23track: Implement infrastructure for mixingThibault Saunier1-0/+28
2013-06-23ges: Make space in the GESTracks to be able to add mixing elements laterThibault Saunier1-1/+1
2013-06-23ges: Implement GESAudioTrack and GESVideoTrack, subclasses of GESTrackThibault Saunier1-73/+19
2013-06-23ges: Port to the new commit based API in GNLThibault Saunier1-32/+13
2013-05-28track: Update all gaps when timeline duration changedThibault Saunier1-8/+2
2013-05-28track: Update gaps when we set the timelineThibault Saunier1-0/+1
2013-03-18Use gst_object_ref_sink instead of g_object_ref_sink when appropriateThibault Saunier1-1/+1
2013-03-18Always prefer gst_object_(un)ref over g_object_(un)refThibault Saunier1-3/+3
2013-03-15track: Cleanup header and add a FIXMEThibault Saunier1-1/+4
2013-03-15Remove GESTrackElements from GESTracks when removing from a GESClipThibault Saunier1-7/+0
2013-03-15track: Do not remove a TrackElement from a NULL clipThibault Saunier1-2/+3
2013-03-15Implement GESContainerThibault Saunier1-2/+5
2013-03-14timeline-element: Add a "timeline" propertyThibault Saunier1-0/+4
2013-02-15track: Rename all GESTrack.xxx_object to GESTrack.xxx_elementThibault Saunier1-6/+6
2013-02-15Finish renaming track object to track elementThibault Saunier1-6/+6
2013-02-15Rename GESTrackObject to GESTrackElementThibault Saunier1-67/+68