summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-07-09tests: More safely check if objects where destroyedThibault Saunier6-27/+58
2013-07-09clip: Emit the notify::layer signal only when actually neededThibault Saunier1-3/+8
2013-07-09clip: Avoid list corruption when grouping objectsThibault Saunier1-5/+3
2013-07-09clip: Add an internal method to easily get the priority of the layer the clip...Thibault Saunier2-0/+10
2013-07-09container: Remove the get_priority_range vmethodThibault Saunier3-6/+0
2013-07-09container: Let full control of children priorities to subclassesThibault Saunier3-74/+75
2013-07-09track: Make sure that new gaps are filled before removing the old onesThibault Saunier1-10/+16
2013-07-09clip: Handle child priority offsets when setting priorityThibault Saunier2-26/+43
2013-07-09container: Do not allow adding an element to a container if it already has a ...Thibault Saunier1-0/+1
2013-07-09container: "Implement" the set_priority vmethodThibault Saunier1-0/+7
2013-07-09ges: Avoid leaking the timeline when grouping containersThibault Saunier2-4/+8
2013-07-09container: Let subclasses decide when height change should be computedThibault Saunier3-27/+34
2013-07-09base-xml-formatter: s/ducation/duration/Thibault Saunier1-1/+1
2013-07-09container: ges_container_ungroup return a transfer full listThibault Saunier1-1/+1
2013-07-09ges: Move ges_clip_edit to GESContainerThibault Saunier7-146/+172
2013-07-09container: Update offsets in GESTimelineElement vmethod implementationsThibault Saunier1-0/+65
2013-07-09docs: Misc documentation fixesThibault Saunier2-3/+5
2013-07-09clip: Never try to set the start after the end of an element when trimmingThibault Saunier1-0/+3
2013-07-09internal: Add a macro to make it easier to get the end of a TimelineElementThibault Saunier1-0/+1
2013-07-09track: Update gaps only when commitingThibault Saunier3-25/+13
2013-07-09container: Fix the way we check priority of subclasses when grouping objectsThibault Saunier1-2/+3
2013-07-09ges: Move GESTimelineElemt vmethod implementation from container to clipThibault Saunier2-156/+133
2013-07-09container: Make initiated_move a read only protected memberThibault Saunier2-9/+12
2013-07-09internal: Fix typo in the headerThibault Saunier1-1/+1
2013-07-08track-element: Remove duration_changed virtual method.Mathieu Duponchelle3-5/+26
2013-07-08formatters: Save and load bindings applied to sources.Mathieu Duponchelle3-14/+119
2013-07-01ges-launch: make it portable to all locales.Alban Browaeys1-0/+4
2013-06-28timelinepipeline: fix caps leakTim-Philipp Müller1-0/+1
2013-06-28timelinepipeline: make the caps from encoding profile writableРуслан Ижбулатов1-0/+1
2013-06-23urisource: Do not let user reset the URI propertyThibault Saunier1-2/+4
2013-06-23ges: Add a framepositionner element used in ges-smart-mixer and ges-uri-sourceMathieu Duponchelle6-4/+413
2013-06-23tests: Add a audio/video mixing test.Mathieu Duponchelle1-0/+57
2013-06-23video-track: "implement" get_mixing_element.Mathieu Duponchelle1-0/+3
2013-06-23ges-smart-mixer: first code dump, mainly copy paste from ges-smart-adder.Mathieu Duponchelle4-0/+277
2013-06-23ges-layer.c: notify priority changes.Simon Corsin1-0/+2
2013-06-23ges-uri-source: Refactoring work.Mathieu Duponchelle1-106/+203
2013-06-23uri-source: Expose the volume property.Mathieu Duponchelle4-32/+70
2013-06-23uri-source: when creating the audio element, set the volume to the layr volum...Mathieu Duponchelle2-0/+17
2013-06-23ges-uri-source: don't use gnlurisource but a custom bin.Mathieu Duponchelle1-6/+48
2013-06-23smart-adder: remove volume from the bin, which quite simplifies the code.Mathieu Duponchelle1-105/+25
2013-06-23smart-adder: Implement a GESSmartAdder bin element to be used as mixing elementThibault Saunier11-49/+600
2013-06-23meta-container: Add a VOLUME default meta to layersThibault Saunier3-1/+30
2013-06-23ges: Misc documentation fixesThibault Saunier2-3/+3
2013-06-23track: Implement infrastructure for mixingThibault Saunier2-0/+30
2013-06-23track-element: Set a reference to the GESTrackElement on the GnlObjects using...Thibault Saunier2-0/+5
2013-06-23ges: Make space in the GESTracks to be able to add mixing elements laterThibault Saunier18-62/+92
2013-06-23tests:effects: Make use of normal layers, and enhance testsThibault Saunier1-3/+15
2013-06-23layer: Fix some mix up in variable namesThibault Saunier1-3/+3
2013-06-23layer: Simplify a bit how we handle prioritiesThibault Saunier1-10/+5
2013-06-23timeline-element: Make it possible to reset the timeline property to NULLThibault Saunier2-1/+6