/dports/multimedia/gstreamer1-editing-services/gstreamer-editing-services-1.16.2/ges/ |
H A D | ges-clip.h | 97 typedef GList * (*GESCreateTrackElementsFunc) (GESClip * clip, GESTrackType type); 147 GESTrackType ges_clip_get_supported_formats (GESClip *clip); 151 GESTrackElement* ges_clip_add_asset (GESClip *clip, GESAsset *asset); 153 GESTrackElement* ges_clip_find_track_element (GESClip *clip, GESTrack *track, 163 GESLayer* ges_clip_get_layer (GESClip *clip); 165 gboolean ges_clip_move_to_layer (GESClip *clip, GESLayer *layer); 171 GList* ges_clip_get_top_effects (GESClip *clip); 175 gint ges_clip_get_top_effect_index (GESClip *clip, GESBaseEffect *effect); 177 gboolean ges_clip_set_top_effect_priority (GESClip *clip, GESBaseEffect *effect, 180 gboolean ges_clip_set_top_effect_index (GESClip *clip, GESBaseEffect *effect, [all …]
|
H A D | ges-clip.c | 254 GESClip *clip = GES_CLIP (element); in _get_layer_priority() 407 GESClip *tmpclip; in _ungroup() 492 GESClip *clip; in _group() 590 GESClip *cclip = tmpclip->data; in _group() 754 GESClip *clip = GES_CLIP (object); in ges_clip_get_property() 772 GESClip *clip = GES_CLIP (object); in ges_clip_set_property() 786 GESClip *self = GES_CLIP (object); in ges_clip_dispose() 861 ges_clip_init (GESClip * self) in ges_clip_init() 1172 ges_clip_get_layer (GESClip * clip) in ges_clip_get_layer() 1346 GESClip * [all …]
|
H A D | ges-layer.h | 85 void (*object_added) (GESLayer * layer, GESClip * object); 86 void (*object_removed) (GESLayer * layer, GESClip * object); 107 GESClip * clip); 109 GESClip * ges_layer_add_asset (GESLayer *layer, 118 GESClip * clip);
|
H A D | ges-auto-transition.h | 61 GESClip *previous_clip; 62 GESClip *next_clip; 63 GESClip *transition_clip;
|
H A D | ges-layer.c | 58 GESClip *clip; 132 ges_layer_remove_clip (layer, (GESClip *) priv->clips_start->data); in ges_layer_dispose() 383 ges_layer_remove_clip_internal (GESLayer * layer, GESClip * clip, in ges_layer_remove_clip_internal() 436 ges_layer_remove_clip (GESLayer * layer, GESClip * clip) in ges_layer_remove_clip() 583 ges_layer_add_clip (GESLayer * layer, GESClip * clip) in ges_layer_add_clip() 699 GESClip * 704 GESClip *clip; in ges_layer_add_asset()
|
H A D | ges-uri-clip.c | 74 static GList *ges_uri_clip_create_track_elements (GESClip * 77 * ges_uri_clip_create_track_element (GESClip * clip, GESTrackType type); 271 GESClip *clip = GES_CLIP (self); in extractable_set_asset() 483 ges_uri_clip_create_track_elements (GESClip * clip, GESTrackType type) in ges_uri_clip_create_track_elements() 504 ges_uri_clip_create_track_element (GESClip * clip, GESTrackType type) in ges_uri_clip_create_track_element()
|
H A D | ges-transition-clip.c | 58 static GESTrackElement *_create_track_element (GESClip 67 ges_transition_clip_update_vtype_internal (GESClip * in ges_transition_clip_update_vtype_internal() 225 GESClip *self = GES_CLIP (object); in ges_transition_clip_set_property() 325 _create_track_element (GESClip * clip, GESTrackType type) in _create_track_element()
|
H A D | ges-internal.h | 373 G_GNUC_INTERNAL void ges_clip_set_layer (GESClip *clip, GESLayer *layer); 374 G_GNUC_INTERNAL gboolean ges_clip_is_moving_from_layer (GESClip *clip); 375 G_GNUC_INTERNAL void ges_clip_set_moving_from_layer (GESClip *clip, gboolean is_movin… 376 G_GNUC_INTERNAL GESTrackElement* ges_clip_create_track_element (GESClip *clip, GESTrackType type… 377 G_GNUC_INTERNAL GList* ges_clip_create_track_elements (GESClip *clip, GESTrackType type…
|
H A D | ges-effect-clip.c | 54 static GESTrackElement *_create_track_element (GESClip * self, 152 _create_track_element (GESClip * self, GESTrackType type) in _create_track_element()
|
H A D | ges-base-xml-formatter.c | 134 GESClip *current_clip; 453 const gchar * track_id, GESClip * clip) in _get_element_by_track_id() 563 static inline GESClip * 570 GESClip *clip = ges_layer_add_asset (layer, in _add_object_to_layer() 597 _add_track_element (GESFormatter * self, GESClip * clip, in _add_track_element() 685 GESClip * clip) in _add_children_properties() 702 GESClip * clip) in _add_pending_bindings() 783 GESClip *clip; in new_asset_cb() 982 GESClip *nclip; in ges_base_xml_formatter_add_clip() 1303 GESClip *clip; in ges_base_xml_formatter_add_track_element()
|
H A D | ges-source-clip.h | 57 GESClip parent;
|
H A D | ges-operation-clip.h | 57 GESClip parent;
|
/dports/multimedia/gstreamer1-editing-services/gstreamer-editing-services-1.16.2/examples/c/ |
H A D | overlays.c | 29 GESClip *make_source (char *path, guint64 start, guint64 duration, 32 GESClip *make_overlay (char *text, guint64 start, guint64 duration, 41 GESClip * 46 GESClip *ret = GES_CLIP (ges_uri_clip_new (uri)); in make_source() 58 GESClip * 62 GESClip *ret = GES_CLIP (ges_text_overlay_clip_new ()); in make_overlay() 85 GESClip *srca; in make_timeline() 86 GESClip *overlay; in make_timeline()
|
H A D | transition.c | 30 GESClip *make_source (gchar * path, guint64 start, guint64 inpoint, 33 gboolean print_transition_data (GESClip * tr); 39 GESClip * 45 GESClip *ret = GES_CLIP (ges_uri_clip_new (uri)); in make_source() 58 print_transition_data (GESClip * tr) in print_transition_data() 93 GESClip *srca, *srcb; in make_timeline()
|
H A D | text_properties.c | 29 GESClip *make_source (char *path, guint64 start, guint64 duration, 34 GESClip * 40 GESClip *ret = GES_CLIP (ges_uri_clip_new (uri)); in make_source() 59 GESClip *srca; in make_timeline()
|
H A D | ges-ui.c | 235 GESClip *clip2; in find_row_for_object() 250 clip_notify_duration_cb (GESClip * clip, in clip_notify_duration_cb() 265 filesource_notify_duration_cb (GESClip * clip, in filesource_notify_duration_cb() 291 filesource_notify_in_point_cb (GESClip * clip, in filesource_notify_in_point_cb() 324 title_source_text_changed_cb (GESClip * clip, in title_source_text_changed_cb() 393 layer_object_moved_cb (GESClip * layer, GESClip * clip, in layer_object_moved_cb() 668 connect_to_object (GESClip * clip, App * app) in connect_to_object() 1020 GESClip *clip; in selection_foreach() 1118 GESClip *clip; in app_add_file() 1159 GESClip *clip; in app_add_title() [all …]
|
/dports/multimedia/gstreamer1-editing-services/gstreamer-editing-services-1.16.2/tests/check/ges/ |
H A D | effects.c | 66 ges_layer_add_clip (layer, (GESClip *) source); in GST_START_TEST() 80 ges_layer_remove_clip (layer, (GESClip *) source); in GST_START_TEST() 114 ges_layer_add_clip (layer, (GESClip *) source); in GST_START_TEST() 170 ges_layer_remove_clip (layer, (GESClip *) source); in GST_START_TEST() 211 ges_layer_add_clip (layer, (GESClip *) effect_clip); in GST_START_TEST() 245 ges_layer_remove_clip (layer, (GESClip *) effect_clip); in GST_START_TEST() 281 ges_layer_add_clip ((layer), (GESClip *) effect_clip); in GST_START_TEST() 360 ges_layer_remove_clip (layer, (GESClip *) effect_clip); in GST_START_TEST() 396 ges_layer_add_clip (layer, (GESClip *) effect_clip); in GST_START_TEST() 487 ges_layer_add_clip (layer, (GESClip *) effect_clip); in GST_START_TEST() [all …]
|
H A D | tempochange.c | 32 GESClip *clip2, *clip3; in GST_START_TEST() 48 ges_layer_add_clip (layer, (GESClip *) clip); in GST_START_TEST() 51 clip2 = ges_clip_split ((GESClip *) clip, 3 * GST_SECOND); in GST_START_TEST() 120 ges_layer_remove_clip (layer, (GESClip *) clip); in GST_START_TEST()
|
H A D | titles.c | 42 GESClip *clip; in GST_START_TEST() 60 clip = (GESClip *) ges_title_clip_new (); in GST_START_TEST() 140 ges_layer_add_clip (layer, (GESClip *) source); in GST_START_TEST() 195 ges_layer_remove_clip (layer, (GESClip *) source); in GST_START_TEST()
|
H A D | overlays.c | 42 GESClip *clip; in GST_START_TEST() 60 clip = (GESClip *) ges_text_overlay_clip_new (); in GST_START_TEST() 140 ges_layer_add_clip (layer, (GESClip *) source); in GST_START_TEST() 198 ges_layer_remove_clip (layer, (GESClip *) source); in GST_START_TEST()
|
H A D | backgroundsource.c | 44 GESClip *clip; in GST_START_TEST() 63 clip = (GESClip *) ges_test_clip_new (); in GST_START_TEST() 153 ges_layer_add_clip (layer, (GESClip *) source); in GST_START_TEST() 203 ges_layer_remove_clip (layer, (GESClip *) source); in GST_START_TEST() 262 GESClip *clip, *clip1, *clip2; 367 GESClip *clip;
|
H A D | clip.c | 27 GESClip *clip; in GST_START_TEST() 45 clip = (GESClip *) ges_test_clip_new (); in GST_START_TEST() 113 GESClip *clip, *splitclip; in GST_START_TEST() 211 GESClip *clip, *splitclip; in GST_START_TEST() 309 GESClip *clip, *splitclip; in GST_START_TEST() 402 GESClip *clip, *clip2; in GST_START_TEST() 528 child_removed_cb (GESClip * clip, GESTimelineElement * effect, in child_removed_cb() 537 GESClip *clip; in GST_START_TEST() 572 GESClip *clip; in GST_START_TEST() 640 GESClip *clip; in GST_START_TEST()
|
H A D | group.c | 31 GESClip *clip, *clip1, *clip2; in GST_START_TEST() 256 GESClip *c, *c1, *c2, *c3, *c4, *c5; in GST_START_TEST() 430 GESClip *c, *c1; in GST_START_TEST() 557 GESClip *c, *c1; in GST_START_TEST() 607 GESClip *c, *c1, *c2, *c3; in GST_START_TEST()
|
H A D | mixers.c | 93 GESClip *tmpclip; in GST_START_TEST() 164 GESClip *tmpclip; in GST_START_TEST()
|
H A D | layer.c | 32 GESClip *clip; in GST_START_TEST() 52 clip = (GESClip *) ges_test_clip_new (); in GST_START_TEST() 120 GESClip *clip1, *clip2, *clip3; in GST_START_TEST() 312 GESClip *transition; in GST_START_TEST() 475 GESClip *transition; in GST_START_TEST() 944 GESClip *transition; in GST_START_TEST() 1532 GESClip *clip, *clip2, *clip3; in GST_START_TEST() 1541 clip = (GESClip *) ges_test_clip_new (); in GST_START_TEST() 1597 clip2 = (GESClip *) ges_test_clip_new (); in GST_START_TEST() 1605 clip3 = (GESClip *) ges_test_clip_new (); in GST_START_TEST()
|