After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 678558 - Implement GESMaterials
Implement GESMaterials
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-editing-services
unspecified
Other All
: Normal enhancement
: 1.2.0
Assigned To: vladimir.rudoy
GStreamer Maintainers
Depends on:
Blocks: 651806
 
 
Reported: 2012-06-21 17:26 UTC by Thibault Saunier
Modified: 2013-09-24 16:03 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Thibault Saunier 2012-06-21 17:26:08 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
Comment 1 Jean-François Fortin Tam 2013-01-29 15:06:25 UTC
This is done now, known as GES Assets.
Comment 2 Thibault Saunier 2013-02-04 16:18:31 UTC
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