gstreamer/ges
Thibault Saunier b5c52a17ec layer: Remove the "rate" property of ges_timeline_layer_add_asset
API:
 - ges_timeline_layer_add_asset (layer, asset,  start,  inpoint, duration, rate, track_types);
 + ges_timeline_layer_add_asset (layer, asset,  start,  inpoint, duration, track_types);
2013-04-23 20:22:27 -03:00
..
.gitignore all: add/extend more .gitignore 2010-12-15 15:52:03 +01:00
ges-asset.c ges: Keep ges-gerror categories simple. 2013-03-22 17:39:04 -03:00
ges-asset.h ges: Implement GESAsset 2012-12-19 11:45:38 -03:00
ges-audio-test-source.c Finish renaming track object to track element 2013-02-15 15:23:15 -03:00
ges-audio-test-source.h Rename GESTrackSource to GESSource 2013-02-15 14:42:06 -03:00
ges-audio-transition.c Rename object/tobj/trobj to clip or track_element as necessary 2013-02-15 16:26:30 -03:00
ges-audio-transition.h Rename GESTrackAudioTransition to GESAudioTransition 2013-02-15 14:42:07 -03:00
ges-auto-transition.c Implement GESContainer 2013-03-15 00:13:08 -03:00
ges-auto-transition.h Rename GESTrackObject to GESTrackElement 2013-02-15 14:42:05 -03:00
ges-base-effect-clip.c Rename GESEffectClip to GESBaseEffectClip 2013-02-15 14:42:04 -03:00
ges-base-effect-clip.h Rename GESEffectClip to GESBaseEffectClip 2013-02-15 14:42:04 -03:00
ges-base-effect.c Rename GESTrackOperation to GESOperation 2013-02-15 14:42:06 -03:00
ges-base-effect.h Rename GESTrackOperation to GESOperation 2013-02-15 14:42:06 -03:00
ges-base-transition-clip.c Rename GESTransitionClip to GESBaseTransitionClip 2013-02-15 14:42:04 -03:00
ges-base-transition-clip.h Rename GESTransitionClip to GESBaseTransitionClip 2013-02-15 14:42:04 -03:00
ges-base-xml-formatter.c layer: Remove the "rate" property of ges_timeline_layer_add_asset 2013-04-23 20:22:27 -03:00
ges-base-xml-formatter.h Fix some documentations 2013-03-15 00:13:08 -03:00
ges-clip-asset.c Rename GESAssetClip to GESClipAsset 2013-02-15 14:42:07 -03:00
ges-clip-asset.h Rename GESAssetClip to GESClipAsset 2013-02-15 14:42:07 -03:00
ges-clip.c clip: Rework the splitting method 2013-04-19 19:05:43 -03:00
ges-clip.h ges: Make ges_clip_create_track_element(s) internal methods 2013-03-21 22:05:45 -03:00
ges-container.c container: The TimelineElement.inpoint property is call "in-point" not inpoint 2013-04-15 00:18:05 -03:00
ges-container.h container: s/get_priorty_range/get_priority_range/ 2013-03-30 12:31:50 +01:00
ges-custom-source-clip.c ges: Use GESAsset in clip contructors when possible 2013-03-15 00:13:09 -03:00
ges-custom-source-clip.h Rename object/tobj/trobj to clip or track_element as necessary 2013-02-15 16:26:30 -03:00
ges-effect-asset.c Add a GESEffectAsset class, and make sure to set the GESTrackType asap on effects 2013-03-15 00:13:09 -03:00
ges-effect-asset.h Add a GESEffectAsset class, and make sure to set the GESTrackType asap on effects 2013-03-15 00:13:09 -03:00
ges-effect-clip.c ges: Use GESAsset in clip contructors when possible 2013-03-15 00:13:09 -03:00
ges-effect-clip.h Rename GESStandardEffectClip to GESEffectClip 2013-02-15 14:42:04 -03:00
ges-effect.c Add a GESEffectAsset class, and make sure to set the GESTrackType asap on effects 2013-03-15 00:13:09 -03:00
ges-effect.h Rename GESTrackParseLaunchEffect to GESEffect 2013-02-15 14:42:05 -03:00
ges-enums.c Rename GESStandardTransitionClip to GESTransitionClip 2013-02-15 14:42:04 -03:00
ges-enums.h Add a utility method to get the name of a GESTrackType 2012-12-29 19:36:52 -03:00
ges-extractable.c Rename GESTimelineFileSource to GESUriClip 2013-02-15 14:42:02 -03:00
ges-extractable.h Misc documentation fixing 2012-12-29 19:36:52 -03:00
ges-formatter.c formatter: Pass a dummy instance of formatter to virtual method 2013-04-23 19:31:32 -03:00
ges-formatter.h formatter: Pass a dummy instance of formatter to virtual method 2013-04-23 19:31:32 -03:00
ges-gerror.h ges: Keep ges-gerror categories simple. 2013-03-22 17:39:04 -03:00
ges-image-source.c Rename object/tobj/trobj to clip or track_element as necessary 2013-02-15 16:26:30 -03:00
ges-image-source.h Rename GESTrackImageSource to GESImageSource 2013-02-15 14:42:06 -03:00
ges-internal-enums.h ges: Implement GESAsset 2012-12-19 11:45:38 -03:00
ges-internal.h layer: Remove the "rate" property of ges_timeline_layer_add_asset 2013-04-23 20:22:27 -03:00
ges-meta-container.c Rename GESTimelineStandardTransition to GESStandardTransitionClip 2013-02-15 14:42:03 -03:00
ges-meta-container.h Implement a GESAssetTimelineObject class 2012-12-29 19:36:53 -03:00
ges-operation-clip.c Rename GESTimelineOperation to GESOperationClip 2013-02-15 14:42:03 -03:00
ges-operation-clip.h Rename GESTimelineOperation to GESOperationClip 2013-02-15 14:42:03 -03:00
ges-operation.c Rename GESTrackOperation to GESOperation 2013-02-15 14:42:06 -03:00
ges-operation.h Rename GESTrackOperation to GESOperation 2013-02-15 14:42:06 -03:00
ges-overlay-clip.c Rename GESTimelineOverlay to GESOverlayClip 2013-02-15 14:42:03 -03:00
ges-overlay-clip.h Rename GESTimelineOverlay to GESOverlayClip 2013-02-15 14:42:03 -03:00
ges-pitivi-formatter.c formatter: Pass a dummy instance of formatter to virtual method 2013-04-23 19:31:32 -03:00
ges-pitivi-formatter.h Fix some documentations 2013-03-15 00:13:08 -03:00
ges-project.c project: Accept NULL as a valid value for @id in _create_asset 2013-04-19 19:59:26 -03:00
ges-project.h project: Handle assets that are being loaded 2013-01-14 09:02:26 -03:00
ges-screenshot.c tests: Fix misc issues 2012-12-29 19:38:12 -03:00
ges-screenshot.h Fix FSF address 2012-11-04 00:25:20 +00:00
ges-simple-timeline-layer.c Always prefer gst_object_(un)ref over g_object_(un)ref 2013-03-18 12:48:41 -03:00
ges-simple-timeline-layer.h Fix some documentations 2013-03-15 00:13:08 -03:00
ges-source-clip.c Implement GESContainer 2013-03-15 00:13:08 -03:00
ges-source-clip.h Rename GESTimelineSource to GESSourceClip 2013-02-15 14:42:03 -03:00
ges-source.c Rename GESTrackSource to GESSource 2013-02-15 14:42:06 -03:00
ges-source.h Rename GESTrackSource to GESSource 2013-02-15 14:42:06 -03:00
ges-test-clip.c Always prefer gst_object_(un)ref over g_object_(un)ref 2013-03-18 12:48:41 -03:00
ges-test-clip.h Rename GESTimelineTestSource to GESTestSourceClip 2013-02-15 14:42:04 -03:00
ges-text-overlay-clip.c Always prefer gst_object_(un)ref over g_object_(un)ref 2013-03-18 12:48:41 -03:00
ges-text-overlay-clip.h Rename overlay_text to text_overlay 2013-02-15 14:42:07 -03:00
ges-text-overlay.c Always prefer gst_object_(un)ref over g_object_(un)ref 2013-03-18 12:48:41 -03:00
ges-text-overlay.h Rename GESTrackOperation to GESOperation 2013-02-15 14:42:06 -03:00
ges-timeline-element.c Misc cleaning 2013-03-21 22:17:10 -03:00
ges-timeline-element.h timeline-element: Add a macro to get element 'end' 2013-03-23 01:31:23 -03:00
ges-timeline-layer.c layer: Remove the "rate" property of ges_timeline_layer_add_asset 2013-04-23 20:22:27 -03:00
ges-timeline-layer.h layer: Remove the "rate" property of ges_timeline_layer_add_asset 2013-04-23 20:22:27 -03:00
ges-timeline-pipeline.c ges: Fix compilation 2013-04-18 18:59:52 -03:00
ges-timeline-pipeline.h pipeline: Add a GError argument 2013-04-18 18:48:19 -03:00
ges-timeline.c layer: Remove the "rate" property of ges_timeline_layer_add_asset 2013-04-23 20:22:27 -03:00
ges-timeline.h Fix some documentations 2013-03-15 00:13:08 -03:00
ges-title-clip.c Always prefer gst_object_(un)ref over g_object_(un)ref 2013-03-18 12:48:41 -03:00
ges-title-clip.h Reword ges_title_clip_set_color to ges_title_clip_set_text_color 2013-02-15 14:42:07 -03:00
ges-title-source.c Always prefer gst_object_(un)ref over g_object_(un)ref 2013-03-18 12:48:41 -03:00
ges-title-source.h Reword ges_title_clip_set_color to ges_title_clip_set_text_color 2013-02-15 14:42:07 -03:00
ges-track-element-asset.c Rename GESAssetTrackElement to GESTrackElementAsset 2013-02-15 14:42:06 -03:00
ges-track-element-asset.h Rename GESAssetTrackElement to GESTrackElementAsset 2013-02-15 14:42:06 -03:00
ges-track-element.c trackelement: asynchronously add bindings if the track-element is not in a track yet. 2013-04-23 19:31:32 -03:00
ges-track-element.h ges-clip: Remove the unlocked TrackElement APIs 2013-04-15 00:18:05 -03:00
ges-track.c Use gst_object_ref_sink instead of g_object_ref_sink when appropriate 2013-03-18 12:48:42 -03:00
ges-track.h track: Cleanup header and add a FIXME 2013-03-15 11:38:03 -03:00
ges-transition-clip.c Always prefer gst_object_(un)ref over g_object_(un)ref 2013-03-18 12:48:41 -03:00
ges-transition-clip.h Rename GESStandardTransitionClip to GESTransitionClip 2013-02-15 14:42:04 -03:00
ges-transition.c Rename GESTrackTransition to GESTransition 2013-02-15 14:42:06 -03:00
ges-transition.h Rename GESTrackTransition to GESTransition 2013-02-15 14:42:06 -03:00
ges-types.h Implement GESContainer 2013-03-15 00:13:08 -03:00
ges-uri-asset.c uri-clip-asset: Add "_class_" to a class method 2013-04-21 21:13:00 -03:00
ges-uri-asset.h uri-clip-asset: Add "_class_" to a class method 2013-04-21 21:13:00 -03:00
ges-uri-clip.c Implement GESContainer 2013-03-15 00:13:08 -03:00
ges-uri-clip.h Rename GESTimelineSource to GESSourceClip 2013-02-15 14:42:03 -03:00
ges-uri-source.c Rename object/tobj/trobj to clip or track_element as necessary 2013-02-15 16:26:30 -03:00
ges-uri-source.h Rename TrackFileSource to UriSource 2013-02-15 14:42:06 -03:00
ges-utils.c internal: Add a element_end_compare 2013-03-23 01:34:50 -03:00
ges-utils.h Fix FSF address 2012-11-04 00:25:20 +00:00
ges-video-test-source.c Rename GESTrackSource to GESSource 2013-02-15 14:42:06 -03:00
ges-video-test-source.h Rename GESTrackSource to GESSource 2013-02-15 14:42:06 -03:00
ges-video-transition.c Rename GESTrackVideoTransition to GESVideoTransition 2013-02-15 14:42:07 -03:00
ges-video-transition.h Rename GESTrackVideoTransition to GESVideoTransition 2013-02-15 14:42:07 -03:00
ges-xml-formatter.c layer: Remove the "rate" property of ges_timeline_layer_add_asset 2013-04-23 20:22:27 -03:00
ges-xml-formatter.h xml-formatter: Implement a GESXmlFormatter 2012-12-29 19:36:50 -03:00
ges.c Finish renaming timeline object to clip 2013-02-15 15:23:15 -03:00
ges.h Start categorizing GError types in GES 2013-03-19 20:06:30 -03:00
gesmarshal.list add object-moved signal to simple timeline layer 2010-09-02 18:08:43 +02:00
Makefile.am Start categorizing GError types in GES 2013-03-19 20:06:30 -03:00