summaryrefslogtreecommitdiff
path: root/bindings
AgeCommit message (Expand)AuthorFilesLines
2020-04-08ges: Rework the way we ensure core elements are not wrongly moved between clipsThibault Saunier1-1/+2
2020-03-03python: Cleanup overrides using monkey patchingThibault Saunier1-47/+29
2020-03-02python: Add a Timeline.iter_clips() helper to iterate clipsThibault Saunier1-0/+10
2020-02-26ges: Call the right ->set_child_property vmethodThibault Saunier1-3/+7
2019-10-13Remove autotools build systemTim-Philipp Müller4-12/+0
2019-07-26python: Add a better asset __repr__Thibault Saunier1-0/+8
2019-05-23overrides: Make sure overrides are in hierarchy orderThibault Saunier1-10/+8
2019-05-04python: Avoid warning about using deprecated methodsThibault Saunier1-1/+1
2019-05-01ges: Move `ges_container_edit` to GESTimelineElementThibault Saunier1-0/+6
2019-03-15python: Implement TimelineElement.__repr__Thibault Saunier1-0/+8
2018-10-28python: Remove __init__.pyThibault Saunier1-29/+0
2018-10-28python: Remove debug printPhilippe Normand1-1/+0
2018-07-08python:overrides: Remove spurious printThibault Saunier1-1/+0
2018-07-08python: Fix GES.Timelineset_child_propertyThibault Saunier2-0/+26
2015-12-21examples: Move all examples to the root dir and create foldersdir per languageThibault Saunier2-4/+0
2014-02-04ges-pipeline: Rename add_timeline to set_timelineAlexandru Băluț1-1/+1
2013-11-09python: Remove old material.py exampleThibault Saunier1-44/+0
2013-11-09bindings: Cleanup and fix simple python exampleThibault Saunier1-17/+57
2013-08-26python: Do not initialize GES at import timeThibault Saunier1-7/+0
2013-04-23Rename GESTimelineLayer to GESLayerThibault Saunier2-2/+2
2013-02-15Rename GESTimelineFileSource to GESUriClipThibault Saunier2-2/+2
2012-12-19bindings: Add simple python examplesThibault Saunier2-0/+75
2012-12-19bindings: Start implementing overrides for pythonThibault Saunier8-0/+138
2011-10-11bindings: We no longer use static bindings in 0.11Edward Hervey40-11030/+0
2011-08-17pyges: updating copyright of simple exampleLuis de Bethencourt1-0/+1
2011-08-12pyges: Add an effect exampleLuis de Bethencourt2-0/+101
2011-08-11pyges: fix and clean examples/simple.pyLuis de Bethencourt1-54/+47
2011-08-11bindings: makefile => MakefileEdward Hervey1-0/+0
2011-08-11testsuite: Remove print statementsEdward Hervey2-2/+0
2011-08-11pyges: Fix the timeline_file_source test suiteThibault Saunier1-2/+2
2011-08-11pyges: Install it so we now use import gesThibault Saunier13-13/+13
2011-08-11pyges: Do not try to build the bindings if no python foundThibault Saunier1-1/+5
2011-08-11pyges: Install files from the examples and testsuiteThibault Saunier3-3/+26
2011-08-11pyges: Add a PyGes exampleThibault Saunier1-0/+105
2011-08-11pyges: Add the GstArgtypes, get all the functions bindedThibault Saunier2-1/+422
2011-08-11pyges: link against pygst and use GstMiniObjectThibault Saunier2-0/+5
2011-08-11pyges : Improve the test suiteMathieu Duponchelle11-64/+233
2011-08-11pyges : correct the defs for ges_track_audio_raw_new and ges_track_video_raw_newMathieu Duponchelle1-2/+0
2011-08-11pyges : Add overridesMathieu Duponchelle3-55/+130
2011-08-11pyges : Add *_valist and *_by_pspec to the ignore-globMathieu Duponchelle1-0/+2
2011-08-11pyges : override unhandled methodsMathieu Duponchelle1-15/+129
2011-08-11pyges : add argtypesMathieu Duponchelle1-0/+76
2011-08-11pyges : Remove ges_formatter_set_data and get_data from the .defsMathieu Duponchelle2-19/+2
2011-08-11pyges : Override ges_timeline_parse_launch_effect_new to make it accept NoneMathieu Duponchelle1-0/+20
2011-08-11pyges: Update ges.defs and ges-types.defs with the new effect APIThibault Saunier2-0/+140
2011-08-11pyges : Add a text overlay testMathieu Duponchelle1-0/+45
2011-08-10pyges : Add actual testing to the testcasesThibault Saunier2-4/+6
2011-08-10pyges: add get_type method to the ignore_blob listThibault Saunier1-0/+5
2011-08-10pyges: Override methods using GListMathieu Duponchelle1-0/+100
2011-08-10pyges : Add a test suite with three test cases for the bindingsMathieu Duponchelle5-0/+259