summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 1.16.0gst-editing-services-1.16.0Tim-Philipp Müller2019-04-196-88/+384
* asset: Avoid unrefing a task we do not ownThibault Saunier2019-04-181-0/+1
* clip: Optimize set_top_effect_index by checking parent soonerAlexandru Băluț2019-04-171-4/+4
* clip: Return TRUE when the the effect index does not changeAlexandru Băluț2019-04-171-3/+5
* clip: Remove obsolete FIXMEAlexandru Băluț2019-04-171-1/+0
* container: Call _remove_child when cannot set parentAlexandru Băluț2019-04-171-0/+2
* ges: Remove unused nb_effects fieldAlexandru Băluț2019-04-171-1/+0
* track: Avoid various sorting operations before timeline commitMart Raudsepp2019-04-171-20/+0
* asset: Do not take an extra ref on asset when already initializedThibault Saunier2019-04-151-2/+0
* xml-formatter: Fix some asset leaksThibault Saunier2019-04-153-4/+5
* tests: Plug misc leaksThibault Saunier2019-04-156-31/+61
* framepositioner: Plug caps leakThibault Saunier2019-04-151-0/+2
* xml-formatter: Plug some leaksThibault Saunier2019-04-151-2/+4
* timeline: Plug leak of the auto transition assetThibault Saunier2019-04-151-0/+1
* tree: Plug a GList leakThibault Saunier2019-04-151-0/+1
* pipeline: Plug pad leakThibault Saunier2019-04-151-8/+8
* title: Deprecate method that return newly allocated `const gchar*`Thibault Saunier2019-04-152-9/+8
* Plug some GError leaks when loading assetsThibault Saunier2019-04-152-1/+3
* xml-formatter: Free pending clips on disposalThibault Saunier2019-04-151-6/+12
* asset: Plug a GError leakThibault Saunier2019-04-151-1/+3
* tests: Avoid random timeout and let the launcher set it up for usThibault Saunier2019-04-151-1/+1
* asset: s/unsure/ensureThibault Saunier2019-04-151-4/+4
* asset: Plug a leak of EncodingProfilesThibault Saunier2019-04-151-0/+1
* xml-formatter: Plug leaks of pending groupsThibault Saunier2019-04-152-0/+18
* asset: plug a GTask leakThibault Saunier2019-04-151-1/+5
* Fix splitting control bindings leaksThibault Saunier2019-04-152-0/+7
* tests: Fix a leak in the 'asset' testThibault Saunier2019-04-151-0/+1
* tree: Fixup some GList leaksThibault Saunier2019-04-151-7/+13
* uri-asset: Ensure that the discoverer stops on deinit.Yeongjin Jeong2019-04-151-0/+2
* Release 1.15.90gst-editing-services-1.15.90Tim-Philipp Müller2019-04-116-48/+459
* g-i: pass --quiet to g-ir-scannerTim-Philipp Müller2019-03-231-1/+1
* videosource: Expose video-direction child propertyJakub Adam2019-03-201-0/+8
* videosource: auto-flip the image according to image-orientation tagJakub Adam2019-03-191-4/+11
* Fix autotools buildTim-Philipp Müller2019-03-161-0/+2
* clip: Make sure to set the pasted clip start before adding to layerThibault Saunier2019-03-151-8/+16
* clip: Emit signals while splitting in a way the operation is undoableThibault Saunier2019-03-151-0/+4
* Reimplement the timeline editing APIThibault Saunier2019-03-1527-2551/+2805
* Some copyright fixingThibault Saunier2019-03-152-3/+27
* timeline: Rename group_id to stream_start_group_idThibault Saunier2019-03-151-6/+7
* tests: Add utilities to print the timelineThibault Saunier2019-03-153-0/+62
* timeline-element: Add a method to retrieve layer priorityThibault Saunier2019-03-157-33/+78
* python: Implement TimelineElement.__repr__Thibault Saunier2019-03-151-0/+8
* Add API to get the GESEdge namesThibault Saunier2019-03-152-0/+16
* ges: Move GESClipFlags to GESTimelineElementFlagsThibault Saunier2019-03-153-30/+57
* tests:python: assertEquals is deprecated, use assertEqualThibault Saunier2019-03-151-12/+13
* layer: factor out a method to remove an object without signaling itThibault Saunier2019-03-151-21/+30
* tests: python: Move assertTimelineTopology to the baseclassThibault Saunier2019-03-152-13/+12
* timeline: No error when moving an object as part of the contextThibault Saunier2019-03-151-2/+8
* timeline: Not being able to trim and object is an errorThibault Saunier2019-03-151-1/+2
* timeline: Setting duration to the same value is validThibault Saunier2019-03-151-1/+1