index
:
gstreamer/gst-editing-services
0.10
0.11
1.10
1.12
1.14
1.16
1.18
1.2
1.4
1.6
1.8
discontinued-for-monorepo
master
GStreamer Editing Services Library (mirrored from https://gitlab.freedesktop.org/gstreamer/gst-editing-services)
bilboed
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bindings
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-08
ges: Rework the way we ensure core elements are not wrongly moved between clips
Thibault Saunier
1
-1
/
+2
2020-03-03
python: Cleanup overrides using monkey patching
Thibault Saunier
1
-47
/
+29
2020-03-02
python: Add a Timeline.iter_clips() helper to iterate clips
Thibault Saunier
1
-0
/
+10
2020-02-26
ges: Call the right ->set_child_property vmethod
Thibault Saunier
1
-3
/
+7
2019-10-13
Remove autotools build system
Tim-Philipp Müller
4
-12
/
+0
2019-07-26
python: Add a better asset __repr__
Thibault Saunier
1
-0
/
+8
2019-05-23
overrides: Make sure overrides are in hierarchy order
Thibault Saunier
1
-10
/
+8
2019-05-04
python: Avoid warning about using deprecated methods
Thibault Saunier
1
-1
/
+1
2019-05-01
ges: Move `ges_container_edit` to GESTimelineElement
Thibault Saunier
1
-0
/
+6
2019-03-15
python: Implement TimelineElement.__repr__
Thibault Saunier
1
-0
/
+8
2018-10-28
python: Remove __init__.py
Thibault Saunier
1
-29
/
+0
2018-10-28
python: Remove debug print
Philippe Normand
1
-1
/
+0
2018-07-08
python:overrides: Remove spurious print
Thibault Saunier
1
-1
/
+0
2018-07-08
python: Fix GES.Timelineset_child_property
Thibault Saunier
2
-0
/
+26
2015-12-21
examples: Move all examples to the root dir and create foldersdir per language
Thibault Saunier
2
-4
/
+0
2014-02-04
ges-pipeline: Rename add_timeline to set_timeline
Alexandru Băluț
1
-1
/
+1
2013-11-09
python: Remove old material.py example
Thibault Saunier
1
-44
/
+0
2013-11-09
bindings: Cleanup and fix simple python example
Thibault Saunier
1
-17
/
+57
2013-08-26
python: Do not initialize GES at import time
Thibault Saunier
1
-7
/
+0
2013-04-23
Rename GESTimelineLayer to GESLayer
Thibault Saunier
2
-2
/
+2
2013-02-15
Rename GESTimelineFileSource to GESUriClip
Thibault Saunier
2
-2
/
+2
2012-12-19
bindings: Add simple python examples
Thibault Saunier
2
-0
/
+75
2012-12-19
bindings: Start implementing overrides for python
Thibault Saunier
8
-0
/
+138
2011-10-11
bindings: We no longer use static bindings in 0.11
Edward Hervey
40
-11030
/
+0
2011-08-17
pyges: updating copyright of simple example
Luis de Bethencourt
1
-0
/
+1
2011-08-12
pyges: Add an effect example
Luis de Bethencourt
2
-0
/
+101
2011-08-11
pyges: fix and clean examples/simple.py
Luis de Bethencourt
1
-54
/
+47
2011-08-11
bindings: makefile => Makefile
Edward Hervey
1
-0
/
+0
2011-08-11
testsuite: Remove print statements
Edward Hervey
2
-2
/
+0
2011-08-11
pyges: Fix the timeline_file_source test suite
Thibault Saunier
1
-2
/
+2
2011-08-11
pyges: Install it so we now use import ges
Thibault Saunier
13
-13
/
+13
2011-08-11
pyges: Do not try to build the bindings if no python found
Thibault Saunier
1
-1
/
+5
2011-08-11
pyges: Install files from the examples and testsuite
Thibault Saunier
3
-3
/
+26
2011-08-11
pyges: Add a PyGes example
Thibault Saunier
1
-0
/
+105
2011-08-11
pyges: Add the GstArgtypes, get all the functions binded
Thibault Saunier
2
-1
/
+422
2011-08-11
pyges: link against pygst and use GstMiniObject
Thibault Saunier
2
-0
/
+5
2011-08-11
pyges : Improve the test suite
Mathieu Duponchelle
11
-64
/
+233
2011-08-11
pyges : correct the defs for ges_track_audio_raw_new and ges_track_video_raw_new
Mathieu Duponchelle
1
-2
/
+0
2011-08-11
pyges : Add overrides
Mathieu Duponchelle
3
-55
/
+130
2011-08-11
pyges : Add *_valist and *_by_pspec to the ignore-glob
Mathieu Duponchelle
1
-0
/
+2
2011-08-11
pyges : override unhandled methods
Mathieu Duponchelle
1
-15
/
+129
2011-08-11
pyges : add argtypes
Mathieu Duponchelle
1
-0
/
+76
2011-08-11
pyges : Remove ges_formatter_set_data and get_data from the .defs
Mathieu Duponchelle
2
-19
/
+2
2011-08-11
pyges : Override ges_timeline_parse_launch_effect_new to make it accept None
Mathieu Duponchelle
1
-0
/
+20
2011-08-11
pyges: Update ges.defs and ges-types.defs with the new effect API
Thibault Saunier
2
-0
/
+140
2011-08-11
pyges : Add a text overlay test
Mathieu Duponchelle
1
-0
/
+45
2011-08-10
pyges : Add actual testing to the testcases
Thibault Saunier
2
-4
/
+6
2011-08-10
pyges: add get_type method to the ignore_blob list
Thibault Saunier
1
-0
/
+5
2011-08-10
pyges: Override methods using GList
Mathieu Duponchelle
1
-0
/
+100
2011-08-10
pyges : Add a test suite with three test cases for the bindings
Mathieu Duponchelle
5
-0
/
+259
[next]