summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-03-15clip: Make sure to set the pasted clip start before adding to layerThibault Saunier1-8/+16
2019-03-15clip: Emit signals while splitting in a way the operation is undoableThibault Saunier1-0/+4
2019-03-15Reimplement the timeline editing APIThibault Saunier27-2551/+2805
2019-03-15Some copyright fixingThibault Saunier2-3/+27
2019-03-15timeline: Rename group_id to stream_start_group_idThibault Saunier1-6/+7
2019-03-15tests: Add utilities to print the timelineThibault Saunier3-0/+62
2019-03-15timeline-element: Add a method to retrieve layer priorityThibault Saunier7-33/+78
2019-03-15python: Implement TimelineElement.__repr__Thibault Saunier1-0/+8
2019-03-15Add API to get the GESEdge namesThibault Saunier2-0/+16
2019-03-15ges: Move GESClipFlags to GESTimelineElementFlagsThibault Saunier3-30/+57
2019-03-15tests:python: assertEquals is deprecated, use assertEqualThibault Saunier1-12/+13
2019-03-15layer: factor out a method to remove an object without signaling itThibault Saunier1-21/+30
2019-03-15tests: python: Move assertTimelineTopology to the baseclassThibault Saunier2-13/+12
2019-03-15timeline: No error when moving an object as part of the contextThibault Saunier1-2/+8
2019-03-15timeline: Not being able to trim and object is an errorThibault Saunier1-1/+2
2019-03-15timeline: Setting duration to the same value is validThibault Saunier1-1/+1
2019-03-15timeline: Do not ripple if resulting duration would be 0Thibault Saunier1-0/+5
2019-03-15clip: Add a method to get the priority of the layer it is inThibault Saunier7-28/+17
2019-03-15clip: Rollback moving clips when moving a contained TrackElement failsThibault Saunier3-48/+83
2019-03-15Shorten GES_FORMAT outputThibault Saunier2-4/+16
2019-03-15clip: Make sure to remove and re add effects when adding clips to layerThibault Saunier2-7/+22
2019-03-15source: No checks when linking default elementsThibault Saunier1-3/+9
2019-03-15nlesource: Use gst_element_call_async as appropriateThibault Saunier1-10/+6
2019-03-15nlesource: Protect seeks from tear downThibault Saunier1-0/+29
2019-03-15meson: Build benchmarksThibault Saunier2-0/+11
2019-03-14asset-uri: Create a specific discoverer when discovering syncThibault Saunier1-0/+17
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
2019-03-12tests: Add inconsistent init/deinit test caseSeungha Yang3-0/+75
2019-03-12ges: Enhance ges_{init/deinit} documentationSeungha Yang2-9/+29
2019-03-07tests:python: Use proper GES.Project constructorThibault Saunier1-1/+1
2019-03-06nlecomposition: Suppress error from child during sync state with parentSeungha Yang1-10/+21
2019-03-06nlesource: Don't leak pending seek event on disposeSeungha Yang1-0/+5
2019-03-06nlecomposition: Don't keep sync state of child on activation failureSeungha Yang1-5/+7
2019-03-04examples: add gessrc example binary to .gitignoreTim-Philipp Müller1-0/+2
2019-03-04gesdemux: don't use deprecated gst_uri_construct()Tim-Philipp Müller1-1/+1
2019-03-04Back to developmentTim-Philipp Müller4-9/+9
2019-02-28ges: Link ges plugin to libgstpbutilsSebastian Dröge1-0/+2
2019-02-26Release 1.15.21.15.2Tim-Philipp Müller6-102/+632
2019-02-26examples: add new gessrc example, so sourcefile gets distedTim-Philipp Müller1-0/+1
2019-02-26plugins: add autotools build for new ges pluginTim-Philipp Müller3-1/+24
2019-02-21examples: Add an example about using keyframes in pythonThibault Saunier1-0/+87
2019-02-11ges-meta-container: Fix g-i annotationSeungha Yang1-1/+1
2019-02-06misc: Fix warnings on Cerbero's ancient MinGWNirbheek Chauhan1-1/+2
2019-01-30Fix segfault when adding clips to group outside a timelineThibault Saunier1-3/+5
2019-01-30tests: Fix usage of undefined classThibault Saunier1-1/+1
2019-01-29launcher: Add options to set tracks restriction capsThibault Saunier1-1/+41
2019-01-29tests: ges: Fix various leakYeongjin Jeong2-0/+3
2019-01-29layer: Fix asset leakYeongjin Jeong1-0/+1