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-container.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-20
ges: Don't remove track elements from clips when removing from layer
Thibault Saunier
1
-1
/
+7
2016-06-20
ges: fix various leaks with usage of ges_timeline_element_lookup_child
Aurélien Zanelli
1
-0
/
+3
2016-05-03
container: Handle setting children properties that need prefixing
Thibault Saunier
1
-11
/
+17
2016-01-17
container: Update start if adding a child that as a start < current start
Thibault Saunier
1
-0
/
+19
2016-01-17
group: Make deep copying actually copy deep
Thibault Saunier
1
-15
/
+56
2015-09-24
ges: Avoid emitting 'child-added/removed' when signal emission stops addition
Thibault Saunier
1
-2
/
+16
2015-07-03
element: Implement a paste method
Thibault Saunier
1
-0
/
+26
2015-07-03
timeline-element: Add a method to get the TrackType it interacts with
Thibault Saunier
1
-0
/
+19
2015-03-18
container: implement children property handling
Thibault Saunier
1
-0
/
+86
2015-03-18
Revert "ges: Move the notion of children properties to GESTimelineElement"
Thibault Saunier
1
-86
/
+0
2015-03-18
ges: Move the notion of children properties to GESTimelineElement
Thibault Saunier
1
-0
/
+86
2014-04-07
Include class related section documentation in the gir file.
Christoph Reiter
1
-1
/
+1
2014-03-15
container: Properly handle the case where we could not set parent
Thibault Saunier
1
-1
/
+4
2014-03-08
ges: Ensure GObject finalize and dispose methods chain up to parents
Dan Williams
1
-0
/
+2
2013-09-07
ges: Handle trimming in groups
Thibault Saunier
1
-20
/
+58
2013-09-02
container: Do not forget to initialize the timeline before using it
Thibault Saunier
1
-1
/
+1
2013-08-21
container: resort children after prepending an element.
Mathieu Duponchelle
1
-0
/
+2
2013-07-11
container/group/clip: Allow creating an empty group.
Mathieu Duponchelle
1
-5
/
+6
2013-07-10
container: Add a 'recursive' argument to the get_children method
Mathieu Duponchelle
1
-3
/
+27
2013-07-09
ges: Implement a GESGroup class, subclass of GESContainer
Thibault Saunier
1
-2
/
+17
2013-07-09
container: Remove the get_priority_range vmethod
Thibault Saunier
1
-3
/
+0
2013-07-09
container: Let full control of children priorities to subclasses
Thibault Saunier
1
-54
/
+29
2013-07-09
container: Do not allow adding an element to a container if it already has a ...
Thibault Saunier
1
-0
/
+1
2013-07-09
container: "Implement" the set_priority vmethod
Thibault Saunier
1
-0
/
+7
2013-07-09
ges: Avoid leaking the timeline when grouping containers
Thibault Saunier
1
-3
/
+5
2013-07-09
container: Let subclasses decide when height change should be computed
Thibault Saunier
1
-20
/
+9
2013-07-09
container: ges_container_ungroup return a transfer full list
Thibault Saunier
1
-1
/
+1
2013-07-09
ges: Move ges_clip_edit to GESContainer
Thibault Saunier
1
-0
/
+35
2013-07-09
container: Update offsets in GESTimelineElement vmethod implementations
Thibault Saunier
1
-0
/
+65
2013-07-09
container: Fix the way we check priority of subclasses when grouping objects
Thibault Saunier
1
-2
/
+3
2013-07-09
ges: Move GESTimelineElemt vmethod implementation from container to clip
Thibault Saunier
1
-156
/
+4
2013-07-09
container: Make initiated_move a read only protected member
Thibault Saunier
1
-9
/
+8
2013-04-23
Rename GESTimelineLayer to GESLayer
Thibault Saunier
1
-1
/
+1
2013-04-15
container: The TimelineElement.inpoint property is call "in-point" not inpoint
Thibault Saunier
1
-1
/
+1
2013-03-30
container: s/get_priorty_range/get_priority_range/
Thibault Saunier
1
-3
/
+3
2013-03-28
container: Let subclasses handle the height
Thibault Saunier
1
-21
/
+5
2013-03-28
container: Properly implement ges_container_group
Thibault Saunier
1
-3
/
+37
2013-03-28
container: Make sure that the child exists when emiting the "child-removed" s...
Thibault Saunier
1
-1
/
+1
2013-03-23
container: Replace ignore_notify by a GESChildrenControlMode flag
Thibault Saunier
1
-19
/
+19
2013-03-23
container: Stop ignoring notifies if ->add_child fails
Thibault Saunier
1
-0
/
+1
2013-03-23
internal: Add a element_end_compare
Thibault Saunier
1
-0
/
+7
2013-03-18
Always prefer gst_object_(un)ref over g_object_(un)ref
Thibault Saunier
1
-2
/
+2
2013-03-15
Remove GESTrackElements from GESTracks when removing from a GESClip
Thibault Saunier
1
-1
/
+3
2013-03-15
container: Add a ges_container_group method
Thibault Saunier
1
-2
/
+47
2013-03-15
container: Add a way to ungroup a GESContainer into several GESContainers
Thibault Saunier
1
-0
/
+34
2013-03-15
Fix some documentations
Thibault Saunier
1
-11
/
+11
2013-03-15
Implement GESContainer
Thibault Saunier
1
-0
/
+671