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 740716 - project: Add a method to create assets synchronously
project: Add a method to create assets synchronously
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-editing-services
unspecified
Other All
: Normal enhancement
: 1.5.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-11-25 23:06 UTC by Thibault Saunier
Modified: 2014-12-06 09:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
project: Add a method to create assets synchronously (3.56 KB, patch)
2014-11-25 23:06 UTC, Thibault Saunier
none Details | Review

Description Thibault Saunier 2014-11-25 23:06:51 UTC
This allows to create a add an asset to a project in a
synchronous way.

API:
  ges_project_create_asset_sync
Comment 1 Thibault Saunier 2014-11-25 23:06:54 UTC
Created attachment 291508 [details] [review]
project: Add a method to create assets synchronously
Comment 2 Thibault Saunier 2014-12-06 09:38:18 UTC
commit 55c88a726e7389f446047e286fd9d2af612ac604
Author: Thibault Saunier <tsaunier@gnome.org>
Date:   Mon Nov 3 11:54:10 2014 +0100

    project: Add a method to create assets synchronously
    
    This allows to create a add an asset to a project in a
    synchronous way.
    
    API:
      ges_project_create_asset_sync
    
    https://bugzilla.gnome.org/show_bug.cgi?id=740716