diff --git a/docs/libs/ges.types b/docs/libs/ges.types index 3ea7399c5b..124854be9c 100644 --- a/docs/libs/ges.types +++ b/docs/libs/ges.types @@ -6,12 +6,22 @@ ges_track_type_get_type ges_track_object_get_type ges_track_source_get_type ges_track_filesource_get_type +ges_track_title_src_get_type +ges_track_text_overlay_get_type +ges_track_audio_test_source_get_type +ges_track_video_test_source_get_type +ges_track_audio_transition_get_type +ges_track_video_transition_get_type ges_timeline_get_type ges_timeline_layer_get_type ges_timeline_object_get_type ges_timeline_pipeline_get_type ges_timeline_source_get_type +ges_timeline_test_source_get_type ges_tl_filesource_get_type +ges_tl_title_src_get_type +ges_tl_text_overlay_get_type +ges_timeline_overlay_get_type ges_timeline_transition_get_type ges_cust_timeline_src_get_type ges_simple_timeline_layer_get_type diff --git a/ges/ges-timeline-overlay.h b/ges/ges-timeline-overlay.h index b5e6c41fbb..ef346411df 100644 --- a/ges/ges-timeline-overlay.h +++ b/ges/ges-timeline-overlay.h @@ -46,7 +46,6 @@ G_BEGIN_DECLS /** * GESTimelineOverlay: - * @parent: parent object */ struct _GESTimelineOverlay { diff --git a/ges/ges-timeline-test-source.h b/ges/ges-timeline-test-source.h index 2c8c4aa15b..6e26ebefe3 100644 --- a/ges/ges-timeline-test-source.h +++ b/ges/ges-timeline-test-source.h @@ -48,7 +48,6 @@ G_BEGIN_DECLS /** * GESTimelineTestSource: - * @parent: parent * */ diff --git a/ges/ges-timeline-text-overlay.h b/ges/ges-timeline-text-overlay.h index 6d42edcfd4..1616b80be4 100644 --- a/ges/ges-timeline-text-overlay.h +++ b/ges/ges-timeline-text-overlay.h @@ -47,7 +47,6 @@ G_BEGIN_DECLS /** * GESTimelineTextOverlay: - * @parent: parent * */ diff --git a/ges/ges-timeline-title-source.c b/ges/ges-timeline-title-source.c index 2857a91a93..5f8570e2fb 100644 --- a/ges/ges-timeline-title-source.c +++ b/ges/ges-timeline-title-source.c @@ -159,21 +159,19 @@ ges_tl_title_src_class_init (GESTimelineTitleSourceClass * klass) object_class->finalize = ges_tl_title_src_finalize; /** - * GESTimelineTitleSource:text + * GESTimelineTitleSource:text: * * The text to diplay */ - g_object_class_install_property (object_class, PROP_TEXT, g_param_spec_string ("text", "Text", "The text to display", DEFAULT_TEXT, G_PARAM_READWRITE | G_PARAM_CONSTRUCT)); /** - * GESTimelineTitleSource:font-dec + * GESTimelineTitleSource:font-desc: * * Pango font description string */ - g_object_class_install_property (G_OBJECT_CLASS (klass), PROP_FONT_DESC, g_param_spec_string ("font-desc", "font description", "Pango font description of font to be used for rendering. " @@ -182,7 +180,7 @@ ges_tl_title_src_class_init (GESTimelineTitleSourceClass * klass) G_PARAM_READWRITE | G_PARAM_CONSTRUCT | G_PARAM_STATIC_STRINGS)); /** - * GESTimelineTitleSource:valignment + * GESTimelineTitleSource:valignment: * * Vertical alignent of the text */ @@ -192,7 +190,7 @@ ges_tl_title_src_class_init (GESTimelineTitleSourceClass * klass) DEFAULT_VALIGNMENT, G_PARAM_READWRITE | G_PARAM_CONSTRUCT | G_PARAM_STATIC_STRINGS)); /** - * GESTimelineTitleSource:halignment + * GESTimelineTitleSource:halignment: * * Horizontal alignment of the text */ diff --git a/ges/ges-timeline-title-source.h b/ges/ges-timeline-title-source.h index 20c8d7aec6..6a6e95c2e3 100644 --- a/ges/ges-timeline-title-source.h +++ b/ges/ges-timeline-title-source.h @@ -47,7 +47,6 @@ G_BEGIN_DECLS /** * GESTimelineTitleSource: - * @parent: parent * */ diff --git a/ges/ges-track-audio-test-source.h b/ges/ges-track-audio-test-source.h index 51c8c7464c..c70cc2fac1 100644 --- a/ges/ges-track-audio-test-source.h +++ b/ges/ges-track-audio-test-source.h @@ -46,7 +46,6 @@ G_BEGIN_DECLS /** * GESTrackAudioTestSource: - * @parent: parent * */ diff --git a/ges/ges-track-audio-transition.h b/ges/ges-track-audio-transition.h index 262bc98b6b..7468d62b14 100644 --- a/ges/ges-track-audio-transition.h +++ b/ges/ges-track-audio-transition.h @@ -46,7 +46,6 @@ G_BEGIN_DECLS /** * GESTrackAudioTransition: - * @parent: parent * */ diff --git a/ges/ges-track-text-overlay.h b/ges/ges-track-text-overlay.h index 3f6271aa91..0870dc59a9 100644 --- a/ges/ges-track-text-overlay.h +++ b/ges/ges-track-text-overlay.h @@ -47,7 +47,6 @@ G_BEGIN_DECLS /** * GESTrackTextOverlay: - * @parent: parent * */ struct _GESTrackTextOverlay { diff --git a/ges/ges-track-title-source.h b/ges/ges-track-title-source.h index f7e467f10e..49fbd0185f 100644 --- a/ges/ges-track-title-source.h +++ b/ges/ges-track-title-source.h @@ -46,7 +46,6 @@ G_BEGIN_DECLS /** * GESTrackTitleSource: - * @parent: parent * */ struct _GESTrackTitleSource { diff --git a/ges/ges-track-transition.h b/ges/ges-track-transition.h index 380ccb94e3..487ea64ffa 100644 --- a/ges/ges-track-transition.h +++ b/ges/ges-track-transition.h @@ -52,7 +52,6 @@ G_BEGIN_DECLS /** * GESTrackTransition: - * @parent: parent * * Track level representation of a transition. Has a concrete implementation * for both audio and video streams. diff --git a/ges/ges-track-video-test-source.h b/ges/ges-track-video-test-source.h index 987a130b58..3dc9f6c667 100644 --- a/ges/ges-track-video-test-source.h +++ b/ges/ges-track-video-test-source.h @@ -47,7 +47,6 @@ G_BEGIN_DECLS /** * GESTrackVideoTestSource: - * @parent: parent */ struct _GESTrackVideoTestSource { GESTrackSource parent; diff --git a/ges/ges-track-video-transition.h b/ges/ges-track-video-transition.h index c8faf805fc..c0b50b345a 100644 --- a/ges/ges-track-video-transition.h +++ b/ges/ges-track-video-transition.h @@ -46,16 +46,14 @@ G_BEGIN_DECLS /** * GESTrackVideoTransition: - * @parent: parent - * + * @type: the */ struct _GESTrackVideoTransition { GESTrackTransition parent; /*< public >*/ - /* given to to smpte alpha element */ - gint type; + GESVideoTransitionType type; /*< private >*/ diff --git a/ges/ges.h b/ges/ges.h index 46e34f853e..221a1070f3 100644 --- a/ges/ges.h +++ b/ges/ges.h @@ -49,6 +49,9 @@ #include #include #include +#include +#include +#include #include