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 740715 - ges: Add a method to get GES GOption group
ges: Add a method to get GES GOption group
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:05 UTC by Thibault Saunier
Modified: 2014-12-06 09:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
ges: Add a method to get GES GOption group (3.37 KB, patch)
2014-11-25 23:05 UTC, Thibault Saunier
none Details | Review

Description Thibault Saunier 2014-11-25 23:05:34 UTC
This allow us to have global options to be
passed as arguments of the program to configure
GES behaviour

API:
  ges_init_get_option_group
Comment 1 Thibault Saunier 2014-11-25 23:05:37 UTC
Created attachment 291506 [details] [review]
ges: Add a method to get GES GOption group
Comment 2 Thibault Saunier 2014-12-06 09:38:59 UTC
commit c8b2ab8dbbf6f6b64a2488e3a3cb02e6cf3106a2
Author: Thibault Saunier <tsaunier@gnome.org>
Date:   Mon Nov 3 11:14:45 2014 +0100

    ges: Add a method to get GES GOption group
    
    This allow us to have global options to be
    passed as arguments of the program to configure
    GES behaviour
    
    API:
      ges_init_get_option_group
    
    https://bugzilla.gnome.org/show_bug.cgi?id=740715