Thibault Saunier
f8037f857d
trackobject: Properly rename get/set_child_property
...
We used to have a ges_track_object_get/set_child_property that was in
fact letting user set/get various properties at once, rename it to
get/set_properties, and implement:
API:
ges_track_object_get_child_property (GESTrackObject *object, const gchar
*property_name, GValue * value);
ges_track_object_set_child_property (GESTrackObject *object, const gchar
*property_name, GValue * value);
2012-12-19 11:44:26 -03:00
Thibault Saunier
01589a5685
design: Update effect implementation doc
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
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
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
Thibault Saunier
4f88365dba
Specs: Add effect API Draft
2011-05-06 10:38:58 +02:00
Thibault Saunier
36e742c114
Specs: Review design of effect implementation proposal
2011-05-06 10:38:58 +02:00
Thibault Saunier
3b33287b04
Specs: proposal for effects implementation
2011-05-06 10:38:58 +02:00