summaryrefslogtreecommitdiff
path: root/docs/design
AgeCommit message (Collapse)AuthorFilesLines
2021-09-24Move files from gst-editing-services into the ↵Thibault Saunier8-2216/+0
"subprojects/gst-editing-services/" subdir
2021-05-05Use gst_element_request_pad_simple...François Laignel1-1/+1
Instead of the deprecated gst_element_get_request_pad. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-editing-services/-/merge_requests/240>
2020-05-25docs: add some notes on Time in GESHenry Wilkes1-0/+412
These notes cover time coordinates in GES, time effects, time translations. It also goes into why keyframes will not work with non-linear time effects. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-editing-services/-/merge_requests/177>
2014-02-27Update the documentation to use Pitivi instead of PiTiViAlexandru Băluț2-3/+3
2012-12-19design: Add asset design documentThibault Saunier1-0/+321
Co-Authored-By: Volodymyr Rudyi <vladimir.rudoy@gmail.com>
2012-12-19docs: Added metadata design docThibault Saunier1-0/+263
2012-12-19trackobject: Properly rename get/set_child_propertyThibault Saunier1-2/+2
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-11-04Fix FSF addressTim-Philipp Müller2-4/+4
2011-05-06design: Update effect implementation docThibault Saunier1-25/+49
2011-05-06design: update effect implementation progressThibault Saunier1-1/+15
2011-05-06GesTrackObject: add the ges_track_object_get_child_property methodThibault Saunier1-1/+1
test: Test this new method design: change the design file to fit the implementation
2011-05-06design: spelling correction in the effect design documentThibault Saunier1-2/+2
2011-05-06design: add a description of the ges_timeline_object_get_top_effect_postion ↵Thibault Saunier1-0/+14
method
2011-05-06Specs: Add a description of the GESEffect classThibault Saunier1-9/+40
2011-05-06design: fixe effects API after Edward reviewThibault Saunier1-60/+55
2011-05-06pending fixups/commentsEdward Hervey1-17/+37
2011-05-06design: move GESTimlineSource new API to GESTimelineObjectThibault Saunier1-11/+11
2011-05-06design: Effect API draft V2Thibault Saunier1-190/+120
2011-05-06Specs: review effect API DraftThibault Saunier1-25/+46
2011-05-06Specs: Add effect API DraftThibault Saunier1-6/+219
2011-05-06Specs: Review design of effect implementation proposalThibault Saunier1-10/+20
2011-05-06Specs: proposal for effects implementationThibault Saunier1-0/+98
2009-11-12docs: Update to gstprofile headerEdward Hervey1-0/+11
2009-10-19docs/design: Fixups/additions based on feedbackEdward Hervey3-23/+68
2009-10-09docs/design: Add encoding/profile proposal/designEdward Hervey4-0/+794