Edward Hervey
60d9f504dd
docs: clarify sentence a bit
2011-09-02 19:26:43 +02:00
Edward Hervey
6f0a692215
design: More specifications of compositing and material handling
...
Doing it this way will enable us to handle:
* Output conforming (proper scaling/conversion at the right place)
* Compositing in an easy way at the layer level
* Avoid having too many transformation elements
2011-09-02 18:20:00 +02:00
Edward Hervey
7cb5eb1187
design: Re-order items by importance
...
Plugins, templates and so-forth are not top priorities.
Also update the index
2011-09-02 17:48:00 +02:00
Edward Hervey
892350f222
docs: Remove duplicate symbol
2011-09-02 16:57:37 +02:00
Edward Hervey
6dda01a68c
docs: Add note about merging GNonLin and GES
2011-09-02 16:44:43 +02:00
Andoni Morales Alastruey
e266d52acf
Don't build the examples if it's disabled in configure
...
Fixes : #657707 .
2011-08-31 11:05:02 -07:00
Edward Hervey
1f6824cf87
GESTimelinePipeline: Return before the error labels
...
Avoids a warning for no reason
2011-08-30 16:40:03 +02:00
Edward Hervey
e02cf20326
GESTimelinePipeline: Handle some trivial error cases
...
Avoids ending up calling potentially NULL variables
2011-08-29 17:43:05 +02:00
Edward Hervey
cd82ce8123
docs/design: Add section on compositing and mixing
2011-08-29 17:43:05 +02:00
Edward Hervey
8ee3bd4394
docs/design: updates on effects and conforming materials
2011-08-29 17:43:05 +02:00
Luis de Bethencourt
79756d2ab6
pyges: updating copyright of simple example
...
Signed-off-by: Thibault Saunier <thibault.saunier@collabora.com>
2011-08-17 12:24:50 +02:00
Luis de Bethencourt
32f0a49c6a
ges/ges-track-video-transition.c: fix transition of different video sizes
2011-08-15 11:58:15 +02:00
Luis de Bethencourt
f4fe8af5c4
GESTrackObject: missing Since tag and typo fixes
2011-08-14 00:52:23 +02:00
Luis de Bethencourt
a08bed255c
docs: adding GESPipelineFlags to docs
2011-08-13 19:34:55 +02:00
Luis de Bethencourt
92ee492588
docs: add Since tag to new TextOverlay functions
...
And add them to the GES API doc
2011-08-13 18:42:50 +02:00
Luis de Bethencourt
6dfce431a8
docs: add Since tag to new TitleSource functions
...
And add them to the GES API doc
2011-08-13 18:42:20 +02:00
Luis de Bethencourt
0e0978f8e6
pyges: Add an effect example
2011-08-12 23:33:29 +02:00
Luis de Bethencourt
c24f57846a
pyges: fix and clean examples/simple.py
2011-08-11 18:26:08 +02:00
Edward Hervey
b77da13eb8
bindings: Ignore more files
2011-08-11 16:35:11 +02:00
Edward Hervey
67fc0c293e
bindings: makefile => Makefile
...
More in sync with all other Makefiles
2011-08-11 16:32:51 +02:00
Edward Hervey
b1bc668bec
testsuite: Remove print statements
2011-08-11 16:28:14 +02:00
Thibault Saunier
672d491fc8
pyges: Fix the timeline_file_source test suite
...
Can't create a GESTimelineFileSource if you don't have the protocol in the uri
2011-08-11 15:59:33 +02:00
Thibault Saunier
1b036156af
pyges: Install it so we now use import ges
...
Using from gst import ges did not make much sense
2011-08-11 15:59:33 +02:00
Thibault Saunier
08be3bd93b
pyges: Do not try to build the bindings if no python found
2011-08-11 15:59:33 +02:00
Thibault Saunier
f1d8151f63
pyges: Install files from the examples and testsuite
2011-08-11 15:59:32 +02:00
Thibault Saunier
287fbc02b8
pyges: Add a PyGes example
2011-08-11 15:59:24 +02:00
Thibault Saunier
0275a1b777
pyges: Add the GstArgtypes, get all the functions binded
2011-08-11 14:40:10 +02:00
Thibault Saunier
0e437d4069
pyges: link against pygst and use GstMiniObject
2011-08-11 14:40:10 +02:00
Mathieu Duponchelle
fc21eb395a
pyges : Improve the test suite
2011-08-11 14:40:10 +02:00
Mathieu Duponchelle
f43d26e319
pyges : correct the defs for ges_track_audio_raw_new and ges_track_video_raw_new
2011-08-11 14:40:09 +02:00
Mathieu Duponchelle
0711c8d2c4
pyges : Add overrides
2011-08-11 14:40:09 +02:00
Mathieu Duponchelle
f738133ccf
pyges : Add *_valist and *_by_pspec to the ignore-glob
2011-08-11 14:40:09 +02:00
Mathieu Duponchelle
973c3d2b2e
Add ges-screenshot.h to ges.h
...
This is to make ges_play_sink_convert_frame available to the bindings.
2011-08-11 14:40:09 +02:00
Mathieu Duponchelle
6390ab1798
pyges : override unhandled methods
2011-08-11 14:40:09 +02:00
Mathieu Duponchelle
e5f05f9b37
pyges : add argtypes
2011-08-11 14:40:09 +02:00
Mathieu Duponchelle
0b09331dbb
pyges : Remove ges_formatter_set_data and get_data from the .defs
2011-08-11 14:40:08 +02:00
Mathieu Duponchelle
18be79ac57
pyges : Override ges_timeline_parse_launch_effect_new to make it accept None
2011-08-11 14:40:08 +02:00
Thibault Saunier
01e4391d4a
pyges: Update ges.defs and ges-types.defs with the new effect API
2011-08-11 14:40:08 +02:00
Mathieu Duponchelle
f8de22b29c
pyges : Add a text overlay test
2011-08-11 14:40:08 +02:00
Thibault Saunier
843df22ec0
pyges : Add actual testing to the testcases
2011-08-10 17:12:46 +02:00
Thibault Saunier
b0114a79c4
pyges: add get_type method to the ignore_blob list
2011-08-10 17:12:46 +02:00
Mathieu Duponchelle
ee96719f3c
pyges: Override methods using GList
2011-08-10 17:12:46 +02:00
Mathieu Duponchelle
cea06907c9
pyges : Add a test suite with three test cases for the bindings
2011-08-10 17:12:46 +02:00
Thibault Saunier
61e851d658
pyges: Regenerate ges.def and ges-types.def so the contructors are detected properly
2011-08-10 17:12:46 +02:00
Thibault Saunier
c66bdbe708
pyges: Make use of the namespace for the constructor classnames in codegen
2011-08-10 17:12:46 +02:00
Thibault Saunier
90f23b9a47
pyges: Sync codegen with upstream
2011-08-10 17:12:45 +02:00
Thibault Saunier
20db3b7e78
pyges: override ges_track_get_timeline
...
This make the bindings compiling without warning
2011-08-10 17:12:45 +02:00
Thibault Saunier
f9b9ec6204
building: add python bindings
2011-08-10 17:12:45 +02:00
Thibault Saunier
66efde4cc5
pyges: Add the necessary file to compile the bindings
...
defs files have been generated with the h2defs.py script
2011-08-10 17:12:45 +02:00
Thibault Saunier
168d3cef72
pyges: add registering functions prototypes to ges.override
2011-08-10 17:12:45 +02:00