GNOME Bugzilla – Bug 678558
Implement GESMaterials
Last modified: 2013-09-24 16:03:29 UTC
The basic design is described here: http://cgit.freedesktop.org/gstreamer/gst-editing-services/tree/docs/random/design#n132 Vladimir Rudoy started implementing it here: https://github.com/volodymyrrudyj/gst-editing-services/tree/material
This is done now, known as GES Assets.
Implemented from: commit 55ddfebb640b49abf55a1dbc7592ff6f81cba653 Author: Volodymyr Rudyi <vladimir.rudoy@gmail.com> Date: Fri Aug 31 19:36:37 2012 -0700 ges: Implement GESAsset + Generate the documentation Note: Do not compile (add to Makefile.am) for now as we are missing pieces at that point Co-Authored-By: Thibault Saunier <thibault.saunier@collabora.com> .... to: commit c5ad871d1c574f4bc4ec089d0501cf26c8aaddb1 Author: Thibault Saunier <thibault.saunier@collabora.com> Date: Fri Dec 21 20:48:03 2012 -0300 Implement a GESAssetTrackObject class + Addapt the rest of the code to make use of it