Commit graph

187 commits

Author SHA1 Message Date
Thibault Saunier
714a7bf886 ges: Add a method to TimelineObject to set contained TrackObject-s locked state
API: ges_timeline_object_objects_set_locked
2012-01-11 11:56:16 -03:00
Thibault Saunier
5d35024cd3 docs: Update documentation 2012-01-11 11:56:16 -03:00
Thibault Saunier
6386247cc4 ges: Move supported formats from filesource to timelineobject
This is usefull by any subclass of GESTimelineObject
 + Bind it in python
 + Fix the keyfile formatter tests

API: ges_timeline_object_set_supported_formats
API: ges_timeline_object_get_supported_formats
2012-01-11 11:56:14 -03:00
Thibault Saunier
8d15025aae ges: Add a ges_timeline_append_layer convenience method
API: ges_timeline_append_layer
2012-01-11 11:56:14 -03:00
Thibault Saunier
6e1a482a80 ges: add a function to move TimelineObject from a layer to another
API: ges_timeline_object_move_to_layer
API: ges_timeline_object_is_moving_from_layer
API: ges_timeline_object_set_moving_from_layer
2012-01-11 11:56:14 -03:00
Edward Hervey
3f41e81022 docs: Add pipeline {get|set}_{audio|video}_sink() docs 2012-01-11 15:31:41 +01:00
Tim-Philipp Müller
42039ee48b docs: link against libgstreamer for gst_init() and fix order in GTKDOC_CFLAGS
Add missing backslash so we link against libgstreamer.
2011-10-12 12:49:32 +01:00
Stefan Sauer
a3ec50053d docs: cleanup makefiles
Remove commented out parts that we don't need. Remove "the wingo addition" - no
so useful after all. Narrow down file-globs for plugin docs.
2011-09-07 15:51:36 +02:00
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
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
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
Thibault Saunier
9556f7361f design: Update effect statuts 2011-05-19 21:58:51 +02:00
Edward Hervey
4600ba761c docs: Move TimelineTestSource symbols to the proper section 2011-05-09 14:25:50 +02:00
Edward Hervey
ed1e804a1c docs: Comment enum types in ges.types
Not supported yet
2011-05-09 14:25:32 +02:00
Edward Hervey
71141d8d4f docs: Add missing symbol to ges-sections 2011-05-06 11:54:41 +02:00
Thibault Saunier
54ed9b1709 GESTrackObject: add a ges_track_object_list_children_properties method
test: Test the new method, and also set/get_child_property_by_spec
2011-05-06 10:39:05 +02:00
Thibault Saunier
0e9658812e GESTrackObject: Implement a get/set_child_property_by_spec and get/set_child_property_valist methods
Reimplement the get/set_property accordingly
2011-05-06 10:39:05 +02:00
Thibault Saunier
1add2482b8 GESTrackObject: add a ges_track_object_lookup_child method 2011-05-06 10:39:05 +02:00
Thibault Saunier
7f3e64bd82 GESTimelineObject: Change the get_effects method to get_top_effects. 2011-05-06 10:39:04 +02:00
Thibault Saunier
ecb280c85e TrackParseLaunchEffect: rename ges_track_parse_launch_effect_new_from_bin_desc method to ges_track_parse_launch_effect_new 2011-05-06 10:39:03 +02:00
Thibault Saunier
01589a5685 design: Update effect implementation doc 2011-05-06 10:39:03 +02:00
Thibault Saunier
4b4439ad8a Make GESTimelineEffect abstract and move its implementation to GESTimelineParseLaunchEffect
test: Adapte the test suite to suite the new API
2011-05-06 10:39:03 +02:00
Thibault Saunier
ea3625f4b9 Make GESTrackEffect abstract and move its implementation to GESTrackParseLaunchEffect
test: update the effect test suite
2011-05-06 10:39:03 +02:00
Thibault Saunier
1afc342e99 docs: Add missing symbols in docs/libs/ges.types so the class hierarchy is well generated 2011-05-06 10:39:03 +02:00
Thibault Saunier
765bf0b62f design: update effect implementation progress 2011-05-06 10:39:03 +02:00
Thibault Saunier
3f4a4a7134 GesTrackObject: add the ges_track_object_get_child_property method
test: Test this new method

design: change the design file to fit the implementation
2011-05-06 10:39:02 +02:00
Thibault Saunier
d9c07a4ed4 GESTrackObject: add a ges_track_object_set_child_property_method
test: Test the new method
2011-05-06 10:39:02 +02:00
Thibault Saunier
d18c9fe8fb GESTimelineObject: add a ges_timeline_object_set_top_effect_priority method
Lets the user have a minimum of control over effects priorities
2011-05-06 10:39:02 +02:00
Thibault Saunier
c84d87961d GESTrackEffect: add getters for the: start, inpoint, duration, priority, active properties
docs: add new symbols
2011-05-06 10:39:01 +02:00
Thibault Saunier
b566453e4a TimelineEffect: Add the basis for GESTimelineEffect implementation 2011-05-06 10:39:01 +02:00
Thibault Saunier
67cefa009d TrackEffect: Fixe the documentation 2011-05-06 10:39:00 +02:00
Thibault Saunier
ca2d5bca2b TimelineObject: add the ges_timeline_object_get_top_effect_position method
tests: adapt the effect testsuite to use this function

docs: add the method to the documentation
2011-05-06 10:39:00 +02:00
Thibault Saunier
dd298b99c7 TimelineObject: remove trailling spaces 2011-05-06 10:39:00 +02:00
Thibault Saunier
5e84bf8fe3 TimelineObject: add ges_timeline_object_get_effects API
tests: Test the new TimelineObject API

docs: add the corresponding fonction
2011-05-06 10:39:00 +02:00
Thibault Saunier
4a746281d4 design: spelling correction in the effect design document 2011-05-06 10:38:59 +02:00
Thibault Saunier
e49e58b045 design: add a description of the ges_timeline_object_get_top_effect_postion method 2011-05-06 10:38:59 +02:00
Thibault Saunier
31b92d5ef4 Specs: Add a description of the GESEffect class 2011-05-06 10:38:59 +02:00
Thibault Saunier
9df758aeb6 design: fixe effects API after Edward review 2011-05-06 10:38:59 +02:00
Edward Hervey
b659f8902b pending fixups/comments 2011-05-06 10:38:59 +02:00
Thibault Saunier
647f7c34d9 effects: Make TrackEffect implementation corresponding to the new effect API description
Make the effects testsuite correspond to the new API

Fixe a few compilation issues due to TrackEffect
2011-05-06 10:38:59 +02:00
Thibault Saunier
6991d9f33d design: move GESTimlineSource new API to GESTimelineObject 2011-05-06 10:38:58 +02:00
Thibault Saunier
15701803bb design: Effect API draft V2 2011-05-06 10:38:58 +02:00
Thibault Saunier
dce3642f83 Specs: review effect API Draft 2011-05-06 10:38:58 +02:00