mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
another massive documentation update
This commit is contained in:
parent
12a2d3b3fe
commit
5f3ef42e96
14 changed files with 19 additions and 20 deletions
|
@ -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
|
||||
|
|
|
@ -46,7 +46,6 @@ G_BEGIN_DECLS
|
|||
|
||||
/**
|
||||
* GESTimelineOverlay:
|
||||
* @parent: parent object
|
||||
*/
|
||||
|
||||
struct _GESTimelineOverlay {
|
||||
|
|
|
@ -48,7 +48,6 @@ G_BEGIN_DECLS
|
|||
|
||||
/**
|
||||
* GESTimelineTestSource:
|
||||
* @parent: parent
|
||||
*
|
||||
*/
|
||||
|
||||
|
|
|
@ -47,7 +47,6 @@ G_BEGIN_DECLS
|
|||
|
||||
/**
|
||||
* GESTimelineTextOverlay:
|
||||
* @parent: parent
|
||||
*
|
||||
*/
|
||||
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
|
|
@ -47,7 +47,6 @@ G_BEGIN_DECLS
|
|||
|
||||
/**
|
||||
* GESTimelineTitleSource:
|
||||
* @parent: parent
|
||||
*
|
||||
*/
|
||||
|
||||
|
|
|
@ -46,7 +46,6 @@ G_BEGIN_DECLS
|
|||
|
||||
/**
|
||||
* GESTrackAudioTestSource:
|
||||
* @parent: parent
|
||||
*
|
||||
*/
|
||||
|
||||
|
|
|
@ -46,7 +46,6 @@ G_BEGIN_DECLS
|
|||
|
||||
/**
|
||||
* GESTrackAudioTransition:
|
||||
* @parent: parent
|
||||
*
|
||||
*/
|
||||
|
||||
|
|
|
@ -47,7 +47,6 @@ G_BEGIN_DECLS
|
|||
|
||||
/**
|
||||
* GESTrackTextOverlay:
|
||||
* @parent: parent
|
||||
*
|
||||
*/
|
||||
struct _GESTrackTextOverlay {
|
||||
|
|
|
@ -46,7 +46,6 @@ G_BEGIN_DECLS
|
|||
|
||||
/**
|
||||
* GESTrackTitleSource:
|
||||
* @parent: parent
|
||||
*
|
||||
*/
|
||||
struct _GESTrackTitleSource {
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -47,7 +47,6 @@ G_BEGIN_DECLS
|
|||
|
||||
/**
|
||||
* GESTrackVideoTestSource:
|
||||
* @parent: parent
|
||||
*/
|
||||
struct _GESTrackVideoTestSource {
|
||||
GESTrackSource parent;
|
||||
|
|
|
@ -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 >*/
|
||||
|
||||
|
|
|
@ -49,6 +49,9 @@
|
|||
#include <ges/ges-track-audio-test-source.h>
|
||||
#include <ges/ges-track-title-source.h>
|
||||
#include <ges/ges-track-text-overlay.h>
|
||||
#include <ges/ges-track-transition.h>
|
||||
#include <ges/ges-track-video-transition.h>
|
||||
#include <ges/ges-track-audio-transition.h>
|
||||
|
||||
#include <ges/ges-utils.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue