index
:
gstreamer/gst-editing-services
0.10
0.11
1.10
1.12
1.14
1.16
1.18
1.2
1.4
1.6
1.8
discontinued-for-monorepo
master
GStreamer Editing Services Library (mirrored from https://gitlab.freedesktop.org/gstreamer/gst-editing-services)
bilboed
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ges
/
ges-track.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-14
ges: add some g-i annotations according to documentation
Aurélien Zanelli
1
-2
/
+2
2016-03-24
editing-services: use new gst_element_class_add_static_pad_template()
Vineeth TM
1
-2
/
+2
2015-10-02
track: mixing_operation is handled by its parent
Justin Kim
1
-5
/
+0
2015-09-30
track: add gaps when going from READY to PAUSED.
Mathieu Duponchelle
1
-0
/
+14
2015-09-30
timeline-element,track,framepositionner: don't leak internal object
Justin Kim
1
-1
/
+4
2015-09-18
ges: Namespace NLE utils function into GES
Thibault Saunier
1
-9
/
+9
2015-08-20
Move NLE to a dedicated GstPlugin
Thibault Saunier
1
-3
/
+2
2015-07-23
ges: Do not leak and uselessly create errors
Thibault Saunier
1
-4
/
+2
2015-07-02
ges: Do not add a final gap at the end of track while rendering
Thibault Saunier
1
-3
/
+13
2015-07-01
track: Give usefull name to compositions
Thibault Saunier
1
-0
/
+17
2015-04-09
timeline, track: Emit commited at the correct moment.
Mathieu Duponchelle
1
-0
/
+18
2015-03-31
track: Set any caps features on tmpcaps.
Mathieu Duponchelle
1
-0
/
+2
2015-02-20
ges: Always set ANY capsfeatures on tracks caps property
Thibault Saunier
1
-0
/
+7
2015-02-10
ges: initialize timeline_duration value
Luis de Bethencourt
1
-1
/
+1
2015-02-03
Cleanly handle removing the last object in a composition
Mathieu Duponchelle
1
-1
/
+5
2014-12-06
nlecomposition: Add a 'query-position' signal
Thibault Saunier
1
-0
/
+7
2014-12-05
track: [API]: ges_track_update_restriction_caps.
Mathieu Duponchelle
1
-0
/
+41
2014-10-31
ges: Avoid to always commit when a project is loaded
Thibault Saunier
1
-5
/
+5
2014-10-31
Start taking advantage of the fact that NLE is in the same three as GES!
Thibault Saunier
1
-6
/
+3
2014-10-31
ges-track: Do not set removed object state
Thibault Saunier
1
-2
/
+0
2014-10-31
Port to the new NLE API
Thibault Saunier
1
-24
/
+15
2014-10-31
Cleanup import of GNL and rename gnl to nle for Non Linear Engine
Thibault Saunier
1
-41
/
+38
2014-10-26
track: fix indentation
Tim-Philipp Müller
1
-1
/
+1
2014-10-26
track: don't leak restriction caps
Tim-Philipp Müller
1
-0
/
+5
2014-06-03
ges-track: fill the gaps left empty by deactivated track elements.
Mathieu Duponchelle
1
-0
/
+3
2014-05-02
tools: Add an option to disable mixing
Thibault Saunier
1
-1
/
+20
2014-04-07
Include class related section documentation in the gir file.
Christoph Reiter
1
-1
/
+1
2013-12-27
ges: Remove versionning infos now that we start on the 1.X API serie
Thibault Saunier
1
-4
/
+0
2013-10-31
ges: Fix several memory leaks
Kishore Arepalli
1
-0
/
+7
2013-09-03
ges-track: Add the notion of resriction caps to GESTrack
Simon Corsin
1
-4
/
+65
2013-07-12
track: Make it possible to disable the mixing feature
Mathieu Duponchelle
1
-3
/
+70
2013-07-09
track: Make sure that new gaps are filled before removing the old ones
Thibault Saunier
1
-10
/
+16
2013-07-09
track: Update gaps only when commiting
Thibault Saunier
1
-23
/
+3
2013-06-23
smart-adder: Implement a GESSmartAdder bin element to be used as mixing element
Thibault Saunier
1
-29
/
+37
2013-06-23
track: Implement infrastructure for mixing
Thibault Saunier
1
-0
/
+28
2013-06-23
ges: Make space in the GESTracks to be able to add mixing elements later
Thibault Saunier
1
-1
/
+1
2013-06-23
ges: Implement GESAudioTrack and GESVideoTrack, subclasses of GESTrack
Thibault Saunier
1
-73
/
+19
2013-06-23
ges: Port to the new commit based API in GNL
Thibault Saunier
1
-32
/
+13
2013-05-28
track: Update all gaps when timeline duration changed
Thibault Saunier
1
-8
/
+2
2013-05-28
track: Update gaps when we set the timeline
Thibault Saunier
1
-0
/
+1
2013-03-18
Use gst_object_ref_sink instead of g_object_ref_sink when appropriate
Thibault Saunier
1
-1
/
+1
2013-03-18
Always prefer gst_object_(un)ref over g_object_(un)ref
Thibault Saunier
1
-3
/
+3
2013-03-15
track: Cleanup header and add a FIXME
Thibault Saunier
1
-1
/
+4
2013-03-15
Remove GESTrackElements from GESTracks when removing from a GESClip
Thibault Saunier
1
-7
/
+0
2013-03-15
track: Do not remove a TrackElement from a NULL clip
Thibault Saunier
1
-2
/
+3
2013-03-15
Implement GESContainer
Thibault Saunier
1
-2
/
+5
2013-03-14
timeline-element: Add a "timeline" property
Thibault Saunier
1
-0
/
+4
2013-02-15
track: Rename all GESTrack.xxx_object to GESTrack.xxx_element
Thibault Saunier
1
-6
/
+6
2013-02-15
Finish renaming track object to track element
Thibault Saunier
1
-6
/
+6
2013-02-15
Rename GESTrackObject to GESTrackElement
Thibault Saunier
1
-67
/
+68
[next]