2009-08-06 09:23:01 +00:00
|
|
|
/* GStreamer Editing Services
|
2009-11-30 14:14:25 +00:00
|
|
|
* Copyright (C) 2009 Edward Hervey <edward.hervey@collabora.co.uk>
|
|
|
|
* 2009 Nokia Corporation
|
2009-08-06 09:23:01 +00:00
|
|
|
*
|
|
|
|
* This library is free software; you can redistribute it and/or
|
|
|
|
* modify it under the terms of the GNU Library General Public
|
|
|
|
* License as published by the Free Software Foundation; either
|
|
|
|
* version 2 of the License, or (at your option) any later version.
|
|
|
|
*
|
|
|
|
* This library is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
* Library General Public License for more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU Library General Public
|
|
|
|
* License along with this library; if not, write to the
|
2012-11-04 00:25:20 +00:00
|
|
|
* Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
|
|
|
|
* Boston, MA 02110-1301, USA.
|
2009-08-06 09:23:01 +00:00
|
|
|
*/
|
|
|
|
|
2020-03-17 21:13:51 +00:00
|
|
|
#pragma once
|
2018-03-13 13:45:24 +00:00
|
|
|
|
2009-08-06 09:23:01 +00:00
|
|
|
#include <glib.h>
|
|
|
|
#include <gst/gst.h>
|
|
|
|
|
2018-03-13 13:45:24 +00:00
|
|
|
#include <ges/ges-prelude.h>
|
2009-08-06 10:14:37 +00:00
|
|
|
#include <ges/ges-types.h>
|
2010-07-01 15:03:55 +00:00
|
|
|
#include <ges/ges-enums.h>
|
2009-08-06 10:14:37 +00:00
|
|
|
|
2009-08-06 09:23:01 +00:00
|
|
|
#include <ges/ges-timeline.h>
|
2013-04-23 23:04:04 +00:00
|
|
|
#include <ges/ges-layer.h>
|
2013-01-15 13:52:17 +00:00
|
|
|
#include <ges/ges-timeline-element.h>
|
2013-01-20 15:42:29 +00:00
|
|
|
#include <ges/ges-clip.h>
|
2013-07-01 14:27:54 +00:00
|
|
|
#include <ges/ges-pipeline.h>
|
2013-01-17 03:35:39 +00:00
|
|
|
#include <ges/ges-source-clip.h>
|
2020-04-22 17:39:21 +00:00
|
|
|
#include <ges/ges-time-overlay-clip.h>
|
2013-01-17 03:58:28 +00:00
|
|
|
#include <ges/ges-test-clip.h>
|
2013-01-17 03:55:03 +00:00
|
|
|
#include <ges/ges-title-clip.h>
|
2013-01-17 03:26:35 +00:00
|
|
|
#include <ges/ges-operation-clip.h>
|
2013-01-25 18:45:07 +00:00
|
|
|
#include <ges/ges-base-effect-clip.h>
|
2013-01-17 03:49:43 +00:00
|
|
|
#include <ges/ges-overlay-clip.h>
|
2013-01-17 03:53:26 +00:00
|
|
|
#include <ges/ges-text-overlay-clip.h>
|
2013-01-25 14:26:14 +00:00
|
|
|
#include <ges/ges-base-transition-clip.h>
|
2013-01-25 18:16:21 +00:00
|
|
|
#include <ges/ges-transition-clip.h>
|
2013-01-25 18:51:02 +00:00
|
|
|
#include <ges/ges-effect-clip.h>
|
2013-01-25 18:45:07 +00:00
|
|
|
#include <ges/ges-base-effect-clip.h>
|
2013-01-20 15:44:57 +00:00
|
|
|
#include <ges/ges-uri-clip.h>
|
2013-06-26 21:08:57 +00:00
|
|
|
#include <ges/ges-group.h>
|
2011-06-05 22:59:41 +00:00
|
|
|
#include <ges/ges-screenshot.h>
|
2012-09-01 02:36:37 +00:00
|
|
|
#include <ges/ges-asset.h>
|
2013-01-27 15:51:52 +00:00
|
|
|
#include <ges/ges-clip-asset.h>
|
2013-01-26 17:14:57 +00:00
|
|
|
#include <ges/ges-track-element-asset.h>
|
2013-01-20 15:44:57 +00:00
|
|
|
#include <ges/ges-uri-asset.h>
|
2012-09-02 12:14:27 +00:00
|
|
|
#include <ges/ges-project.h>
|
2012-09-10 00:12:06 +00:00
|
|
|
#include <ges/ges-extractable.h>
|
2012-11-19 16:24:03 +00:00
|
|
|
#include <ges/ges-base-xml-formatter.h>
|
|
|
|
#include <ges/ges-xml-formatter.h>
|
2011-05-06 17:35:13 +00:00
|
|
|
|
2009-08-06 09:23:01 +00:00
|
|
|
#include <ges/ges-track.h>
|
2013-01-26 15:31:33 +00:00
|
|
|
#include <ges/ges-track-element.h>
|
2013-01-26 16:08:20 +00:00
|
|
|
#include <ges/ges-source.h>
|
2013-01-27 15:27:19 +00:00
|
|
|
#include <ges/ges-operation.h>
|
2009-08-06 09:23:01 +00:00
|
|
|
|
2013-07-09 13:31:15 +00:00
|
|
|
#include <ges/ges-video-uri-source.h>
|
|
|
|
#include <ges/ges-audio-uri-source.h>
|
2013-01-26 17:21:56 +00:00
|
|
|
#include <ges/ges-image-source.h>
|
2013-11-12 11:13:31 +00:00
|
|
|
#include <ges/ges-multi-file-source.h>
|
2013-01-26 16:03:39 +00:00
|
|
|
#include <ges/ges-video-test-source.h>
|
2013-01-26 16:02:02 +00:00
|
|
|
#include <ges/ges-audio-test-source.h>
|
2013-01-26 17:25:14 +00:00
|
|
|
#include <ges/ges-title-source.h>
|
2013-01-27 15:24:44 +00:00
|
|
|
#include <ges/ges-text-overlay.h>
|
2013-01-27 15:31:10 +00:00
|
|
|
#include <ges/ges-transition.h>
|
2013-01-27 15:41:51 +00:00
|
|
|
#include <ges/ges-video-transition.h>
|
2013-01-27 15:44:13 +00:00
|
|
|
#include <ges/ges-audio-transition.h>
|
2013-01-26 15:35:19 +00:00
|
|
|
#include <ges/ges-base-effect.h>
|
2018-10-31 13:38:59 +00:00
|
|
|
#include <ges/ges-effect-asset.h>
|
2013-01-26 15:40:51 +00:00
|
|
|
#include <ges/ges-effect.h>
|
2010-09-13 23:21:15 +00:00
|
|
|
#include <ges/ges-formatter.h>
|
2015-02-23 13:48:18 +00:00
|
|
|
#include <ges/ges-command-line-formatter.h>
|
2010-05-20 08:44:01 +00:00
|
|
|
#include <ges/ges-utils.h>
|
2012-11-26 16:31:17 +00:00
|
|
|
#include <ges/ges-meta-container.h>
|
2013-03-18 15:41:06 +00:00
|
|
|
#include <ges/ges-gerror.h>
|
2013-03-28 17:51:45 +00:00
|
|
|
#include <ges/ges-audio-track.h>
|
|
|
|
#include <ges/ges-video-track.h>
|
2014-03-15 09:34:17 +00:00
|
|
|
#include <ges/ges-version.h>
|
2019-08-22 16:50:00 +00:00
|
|
|
#include <ges/ges-marker-list.h>
|
2010-05-20 08:44:01 +00:00
|
|
|
|
2009-08-06 09:23:01 +00:00
|
|
|
G_BEGIN_DECLS
|
|
|
|
|
2011-12-26 01:54:29 +00:00
|
|
|
|
2018-03-13 14:14:57 +00:00
|
|
|
GES_API
|
2019-01-14 21:30:38 +00:00
|
|
|
gboolean ges_init (void);
|
|
|
|
|
2018-03-13 14:14:57 +00:00
|
|
|
GES_API
|
2019-01-14 21:30:38 +00:00
|
|
|
gboolean ges_init_check (int *argc, char **argv[], GError ** err);
|
|
|
|
|
2018-03-13 14:14:57 +00:00
|
|
|
GES_API
|
2019-01-14 21:30:38 +00:00
|
|
|
void ges_deinit (void);
|
|
|
|
|
2018-03-13 14:14:57 +00:00
|
|
|
GES_API
|
2019-01-14 21:30:38 +00:00
|
|
|
void ges_version (guint * major,
|
|
|
|
guint * minor,
|
|
|
|
guint * micro,
|
|
|
|
guint * nano);
|
2018-03-13 14:14:57 +00:00
|
|
|
GES_API GOptionGroup *
|
2019-01-14 21:30:38 +00:00
|
|
|
ges_init_get_option_group (void);
|
|
|
|
|
|
|
|
GES_API
|
|
|
|
gboolean ges_validate_register_action_types (void);
|
|
|
|
|
2018-03-13 14:14:57 +00:00
|
|
|
GES_API
|
2019-01-14 21:30:38 +00:00
|
|
|
gboolean ges_is_initialized (void);
|
2009-08-06 09:23:01 +00:00
|
|
|
|
|
|
|
G_END_DECLS
|