mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-04 05:22:30 +00:00
Rename GESEffectClip to GESBaseEffectClip
This commit is contained in:
parent
6f4315b75d
commit
4346775d6e
10 changed files with 51 additions and 51 deletions
|
@ -41,7 +41,7 @@ platform as well as Windows. It is released under the GNU Library General Public
|
||||||
<xi:include href="xml/ges-source-clip.xml"/>
|
<xi:include href="xml/ges-source-clip.xml"/>
|
||||||
<xi:include href="xml/ges-operation-clip.xml"/>
|
<xi:include href="xml/ges-operation-clip.xml"/>
|
||||||
<xi:include href="xml/ges-overlay-clip.xml"/>
|
<xi:include href="xml/ges-overlay-clip.xml"/>
|
||||||
<xi:include href="xml/ges-effect-clip.xml"/>
|
<xi:include href="xml/ges-base-effect-clip.xml"/>
|
||||||
<xi:include href="xml/ges-track.xml"/>
|
<xi:include href="xml/ges-track.xml"/>
|
||||||
<xi:include href="xml/ges-track-object.xml"/>
|
<xi:include href="xml/ges-track-object.xml"/>
|
||||||
<xi:include href="xml/ges-track-source.xml"/>
|
<xi:include href="xml/ges-track-source.xml"/>
|
||||||
|
|
|
@ -514,19 +514,19 @@ GES_BASE_TRANSITION_CLIP_GET_CLASS
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
<FILE>ges-effect-clip</FILE>
|
<FILE>ges-base-effect-clip</FILE>
|
||||||
<TITLE>GESEffectClip</TITLE>
|
<TITLE>GESBaseEffectClip</TITLE>
|
||||||
GESEffectClip
|
GESBaseEffectClip
|
||||||
<SUBSECTION Standard>
|
<SUBSECTION Standard>
|
||||||
GESEffectClipClass
|
GESBaseEffectClipClass
|
||||||
GESEffectClipPrivate
|
GESBaseEffectClipPrivate
|
||||||
GES_EFFECT_CLIP
|
GES_BASE_EFFECT_CLIP
|
||||||
GES_IS_EFFECT_CLIP
|
GES_IS_BASE_EFFECT_CLIP
|
||||||
GES_TYPE_EFFECT_CLIP
|
GES_TYPE_BASE_EFFECT_CLIP
|
||||||
ges_effect_clip_get_type
|
ges_base_effect_clip_get_type
|
||||||
GES_EFFECT_CLIP_CLASS
|
GES_BASE_EFFECT_CLIP_CLASS
|
||||||
GES_IS_EFFECT_CLIP_CLASS
|
GES_IS_BASE_EFFECT_CLIP_CLASS
|
||||||
GES_EFFECT_CLIP_GET_CLASS
|
GES_BASE_EFFECT_CLIP_GET_CLASS
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
|
|
|
@ -16,7 +16,7 @@ ges_source_clip_get_type
|
||||||
ges_test_clip_get_type
|
ges_test_clip_get_type
|
||||||
ges_base_transition_clip_get_type
|
ges_base_transition_clip_get_type
|
||||||
ges_transition_clip_get_type
|
ges_transition_clip_get_type
|
||||||
ges_effect_clip_get_type
|
ges_base_effect_clip_get_type
|
||||||
ges_standard_effect_clip_get_type
|
ges_standard_effect_clip_get_type
|
||||||
ges_uri_clip_get_type
|
ges_uri_clip_get_type
|
||||||
ges_overlay_text_clip_get_type
|
ges_overlay_text_clip_get_type
|
||||||
|
|
|
@ -19,7 +19,7 @@ libges_@GST_API_VERSION@_la_SOURCES = \
|
||||||
ges-clip.c \
|
ges-clip.c \
|
||||||
ges-timeline-pipeline.c \
|
ges-timeline-pipeline.c \
|
||||||
ges-source-clip.c \
|
ges-source-clip.c \
|
||||||
ges-effect-clip.c \
|
ges-base-effect-clip.c \
|
||||||
ges-standard-effect-clip.c \
|
ges-standard-effect-clip.c \
|
||||||
ges-uri-clip.c \
|
ges-uri-clip.c \
|
||||||
ges-operation-clip.c \
|
ges-operation-clip.c \
|
||||||
|
@ -74,7 +74,7 @@ libges_@GST_API_VERSION@include_HEADERS = \
|
||||||
ges-timeline-pipeline.h \
|
ges-timeline-pipeline.h \
|
||||||
ges-source-clip.h \
|
ges-source-clip.h \
|
||||||
ges-uri-clip.h \
|
ges-uri-clip.h \
|
||||||
ges-effect-clip.h \
|
ges-base-effect-clip.h \
|
||||||
ges-standard-effect-clip.h \
|
ges-standard-effect-clip.h \
|
||||||
ges-operation-clip.h \
|
ges-operation-clip.h \
|
||||||
ges-base-transition-clip.h \
|
ges-base-transition-clip.h \
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SECTION: ges-effect-clip
|
* SECTION: ges-base-effect-clip
|
||||||
* @short_description: An effect in a GESTimelineLayer
|
* @short_description: An effect in a GESTimelineLayer
|
||||||
*
|
*
|
||||||
* The effect will be applied on the sources that have lower priorities
|
* The effect will be applied on the sources that have lower priorities
|
||||||
|
@ -33,26 +33,26 @@
|
||||||
#include "ges-internal.h"
|
#include "ges-internal.h"
|
||||||
#include "ges-types.h"
|
#include "ges-types.h"
|
||||||
|
|
||||||
G_DEFINE_ABSTRACT_TYPE (GESEffectClip, ges_effect_clip,
|
G_DEFINE_ABSTRACT_TYPE (GESBaseEffectClip, ges_base_effect_clip,
|
||||||
GES_TYPE_OPERATION_CLIP);
|
GES_TYPE_OPERATION_CLIP);
|
||||||
|
|
||||||
struct _GESEffectClipPrivate
|
struct _GESBaseEffectClipPrivate
|
||||||
{
|
{
|
||||||
void *nothing;
|
void *nothing;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
static void
|
static void
|
||||||
ges_effect_clip_class_init (GESEffectClipClass * klass)
|
ges_base_effect_clip_class_init (GESBaseEffectClipClass * klass)
|
||||||
{
|
{
|
||||||
g_type_class_add_private (klass, sizeof (GESEffectClipPrivate));
|
g_type_class_add_private (klass, sizeof (GESBaseEffectClipPrivate));
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
ges_effect_clip_init (GESEffectClip * self)
|
ges_base_effect_clip_init (GESBaseEffectClip * self)
|
||||||
{
|
{
|
||||||
self->priv = G_TYPE_INSTANCE_GET_PRIVATE (self,
|
self->priv = G_TYPE_INSTANCE_GET_PRIVATE (self,
|
||||||
GES_TYPE_EFFECT_CLIP, GESEffectClipPrivate);
|
GES_TYPE_BASE_EFFECT_CLIP, GESBaseEffectClipPrivate);
|
||||||
|
|
||||||
}
|
}
|
|
@ -17,52 +17,52 @@
|
||||||
* Boston, MA 02110-1301, USA.
|
* Boston, MA 02110-1301, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _GES_EFFECT_CLIP
|
#ifndef _GES_BASE_EFFECT_CLIP
|
||||||
#define _GES_EFFECT_CLIP
|
#define _GES_BASE_EFFECT_CLIP
|
||||||
|
|
||||||
#include <glib-object.h>
|
#include <glib-object.h>
|
||||||
#include <ges/ges-types.h>
|
#include <ges/ges-types.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
#define GES_TYPE_EFFECT_CLIP ges_effect_clip_get_type()
|
#define GES_TYPE_BASE_EFFECT_CLIP ges_base_effect_clip_get_type()
|
||||||
|
|
||||||
#define GES_EFFECT_CLIP(obj) \
|
#define GES_BASE_EFFECT_CLIP(obj) \
|
||||||
(G_TYPE_CHECK_INSTANCE_CAST ((obj), GES_TYPE_EFFECT_CLIP, GESEffectClip))
|
(G_TYPE_CHECK_INSTANCE_CAST ((obj), GES_TYPE_BASE_EFFECT_CLIP, GESBaseEffectClip))
|
||||||
|
|
||||||
#define GES_EFFECT_CLIP_CLASS(klass) \
|
#define GES_BASE_EFFECT_CLIP_CLASS(klass) \
|
||||||
(G_TYPE_CHECK_CLASS_CAST ((klass), GES_TYPE_EFFECT_CLIP, GESEffectClipClass))
|
(G_TYPE_CHECK_CLASS_CAST ((klass), GES_TYPE_BASE_EFFECT_CLIP, GESBaseEffectClipClass))
|
||||||
|
|
||||||
#define GES_IS_EFFECT_CLIP(obj) \
|
#define GES_IS_BASE_EFFECT_CLIP(obj) \
|
||||||
(G_TYPE_CHECK_INSTANCE_TYPE ((obj), GES_TYPE_EFFECT_CLIP))
|
(G_TYPE_CHECK_INSTANCE_TYPE ((obj), GES_TYPE_BASE_EFFECT_CLIP))
|
||||||
|
|
||||||
#define GES_IS_EFFECT_CLIP_CLASS(klass) \
|
#define GES_IS_BASE_EFFECT_CLIP_CLASS(klass) \
|
||||||
(G_TYPE_CHECK_CLASS_TYPE ((klass), GES_TYPE_EFFECT_CLIP))
|
(G_TYPE_CHECK_CLASS_TYPE ((klass), GES_TYPE_BASE_EFFECT_CLIP))
|
||||||
|
|
||||||
#define GES_EFFECT_CLIP_GET_CLASS(obj) \
|
#define GES_BASE_EFFECT_CLIP_GET_CLASS(obj) \
|
||||||
(G_TYPE_INSTANCE_GET_CLASS ((obj), GES_TYPE_EFFECT_CLIP, GESEffectClipClass))
|
(G_TYPE_INSTANCE_GET_CLASS ((obj), GES_TYPE_BASE_EFFECT_CLIP, GESBaseEffectClipClass))
|
||||||
|
|
||||||
typedef struct _GESEffectClipPrivate GESEffectClipPrivate;
|
typedef struct _GESBaseEffectClipPrivate GESBaseEffectClipPrivate;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* GESEffectClip:
|
* GESBaseEffectClip:
|
||||||
*/
|
*/
|
||||||
struct _GESEffectClip {
|
struct _GESBaseEffectClip {
|
||||||
/*< private >*/
|
/*< private >*/
|
||||||
GESOperationClip parent;
|
GESOperationClip parent;
|
||||||
|
|
||||||
GESEffectClipPrivate *priv;
|
GESBaseEffectClipPrivate *priv;
|
||||||
|
|
||||||
/* Padding for API extension */
|
/* Padding for API extension */
|
||||||
gpointer _ges_reserved[GES_PADDING];
|
gpointer _ges_reserved[GES_PADDING];
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* GESEffectClipClass:
|
* GESBaseEffectClipClass:
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
struct _GESEffectClipClass {
|
struct _GESBaseEffectClipClass {
|
||||||
/*< private >*/
|
/*< private >*/
|
||||||
GESOperationClipClass parent_class;
|
GESOperationClipClass parent_class;
|
||||||
|
|
||||||
|
@ -70,7 +70,7 @@ struct _GESEffectClipClass {
|
||||||
gpointer _ges_reserved[GES_PADDING];
|
gpointer _ges_reserved[GES_PADDING];
|
||||||
};
|
};
|
||||||
|
|
||||||
GType ges_effect_clip_get_type (void);
|
GType ges_base_effect_clip_get_type (void);
|
||||||
|
|
||||||
G_END_DECLS
|
G_END_DECLS
|
||||||
#endif /* _GES_EFFECT_CLIP */
|
#endif /* _GES_BASE_EFFECT_CLIP */
|
|
@ -37,7 +37,7 @@
|
||||||
#include "ges-types.h"
|
#include "ges-types.h"
|
||||||
|
|
||||||
G_DEFINE_TYPE (GESStandardEffectClip, ges_standard_effect_clip,
|
G_DEFINE_TYPE (GESStandardEffectClip, ges_standard_effect_clip,
|
||||||
GES_TYPE_EFFECT_CLIP);
|
GES_TYPE_BASE_EFFECT_CLIP);
|
||||||
|
|
||||||
struct _GESStandardEffectClipPrivate
|
struct _GESStandardEffectClipPrivate
|
||||||
{
|
{
|
||||||
|
|
|
@ -49,7 +49,7 @@ typedef struct _GESStandardEffectClipPrivate GESStandardEffectClipPrivate;
|
||||||
*/
|
*/
|
||||||
struct _GESStandardEffectClip {
|
struct _GESStandardEffectClip {
|
||||||
/*< private >*/
|
/*< private >*/
|
||||||
GESEffectClip parent;
|
GESBaseEffectClip parent;
|
||||||
|
|
||||||
GESStandardEffectClipPrivate *priv;
|
GESStandardEffectClipPrivate *priv;
|
||||||
|
|
||||||
|
@ -64,7 +64,7 @@ struct _GESStandardEffectClip {
|
||||||
|
|
||||||
struct _GESStandardEffectClipClass {
|
struct _GESStandardEffectClipClass {
|
||||||
/*< private >*/
|
/*< private >*/
|
||||||
GESEffectClipClass parent_class;
|
GESBaseEffectClipClass parent_class;
|
||||||
|
|
||||||
/* Padding for API extension */
|
/* Padding for API extension */
|
||||||
gpointer _ges_reserved[GES_PADDING];
|
gpointer _ges_reserved[GES_PADDING];
|
||||||
|
|
|
@ -56,8 +56,8 @@ typedef struct _GESTimelinePipelineClass GESTimelinePipelineClass;
|
||||||
typedef struct _GESSourceClip GESSourceClip;
|
typedef struct _GESSourceClip GESSourceClip;
|
||||||
typedef struct _GESSourceClipClass GESSourceClipClass;
|
typedef struct _GESSourceClipClass GESSourceClipClass;
|
||||||
|
|
||||||
typedef struct _GESEffectClip GESEffectClip;
|
typedef struct _GESBaseEffectClip GESBaseEffectClip;
|
||||||
typedef struct _GESEffectClipClass GESEffectClipClass;
|
typedef struct _GESBaseEffectClipClass GESBaseEffectClipClass;
|
||||||
|
|
||||||
typedef struct _GESUriClip GESUriClip;
|
typedef struct _GESUriClip GESUriClip;
|
||||||
typedef struct _GESUriClipClass GESUriClipClass;
|
typedef struct _GESUriClipClass GESUriClipClass;
|
||||||
|
|
|
@ -36,14 +36,14 @@
|
||||||
#include <ges/ges-test-clip.h>
|
#include <ges/ges-test-clip.h>
|
||||||
#include <ges/ges-title-clip.h>
|
#include <ges/ges-title-clip.h>
|
||||||
#include <ges/ges-operation-clip.h>
|
#include <ges/ges-operation-clip.h>
|
||||||
#include <ges/ges-effect-clip.h>
|
#include <ges/ges-base-effect-clip.h>
|
||||||
#include <ges/ges-overlay-clip.h>
|
#include <ges/ges-overlay-clip.h>
|
||||||
#include <ges/ges-text-overlay-clip.h>
|
#include <ges/ges-text-overlay-clip.h>
|
||||||
#include <ges/ges-base-transition-clip.h>
|
#include <ges/ges-base-transition-clip.h>
|
||||||
#include <ges/ges-transition-clip.h>
|
#include <ges/ges-transition-clip.h>
|
||||||
#include <ges/ges-standard-effect-clip.h>
|
#include <ges/ges-standard-effect-clip.h>
|
||||||
#include <ges/ges-custom-source-clip.h>
|
#include <ges/ges-custom-source-clip.h>
|
||||||
#include <ges/ges-effect-clip.h>
|
#include <ges/ges-base-effect-clip.h>
|
||||||
#include <ges/ges-uri-clip.h>
|
#include <ges/ges-uri-clip.h>
|
||||||
#include <ges/ges-screenshot.h>
|
#include <ges/ges-screenshot.h>
|
||||||
#include <ges/ges-asset.h>
|
#include <ges/ges-asset.h>
|
||||||
|
|
Loading…
Reference in a new issue