summaryrefslogtreecommitdiff
path: root/bindings
AgeCommit message (Expand)AuthorFilesLines
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
2011-08-10pyges: Regenerate ges.def and ges-types.def so the contructors are detected p...Thibault Saunier2-359/+681
2011-08-10pyges: Make use of the namespace for the constructor classnames in codegenThibault Saunier1-1/+7
2011-08-10pyges: Sync codegen with upstreamThibault Saunier12-1234/+1852
2011-08-10pyges: override ges_track_get_timelineThibault Saunier1-0/+14
2011-08-10building: add python bindingsThibault Saunier3-0/+57
2011-08-10pyges: Add the necessary file to compile the bindingsThibault Saunier3-0/+2095
2011-08-10pyges: add registering functions prototypes to ges.overrideThibault Saunier1-0/+3
2011-08-10pyges: Define missing typesThibault Saunier1-0/+4
2011-08-10pyges: Add ges.overrideMathieu Duponchelle1-0/+24
2011-08-10Add codegen to the tracked filesMathieu Duponchelle14-0/+6248