platform/upstream/gstreamer.git
11 years agoRename GESTimelineLayer to GESLayer
Thibault Saunier [Tue, 23 Apr 2013 23:04:04 +0000 (20:04 -0300)]
Rename GESTimelineLayer to GESLayer

11 years agolayer: Remove the "rate" property of ges_timeline_layer_add_asset
Thibault Saunier [Tue, 23 Apr 2013 22:57:44 +0000 (19:57 -0300)]
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);

11 years agotrackelement: asynchronously add bindings if the track-element is not in a track...
Mathieu Duponchelle [Tue, 23 Apr 2013 20:38:23 +0000 (22:38 +0200)]
trackelement: asynchronously add bindings if the track-element is not in a track yet.

Also fix annotations.

11 years agoformatter: Pass a dummy instance of formatter to virtual method
Thibault Saunier [Mon, 22 Apr 2013 20:34:09 +0000 (17:34 -0300)]
formatter: Pass a dummy instance of formatter to virtual method

Instead of passing the class itself

11 years agoAutomatic update of common submodule
Tim-Philipp Müller [Mon, 22 Apr 2013 22:56:03 +0000 (23:56 +0100)]
Automatic update of common submodule

From 3cb3d3c to 5edcd85

11 years agoFix compilation
Thibault Saunier [Mon, 22 Apr 2013 12:41:26 +0000 (09:41 -0300)]
Fix compilation

11 years agoxml-formatter: Use G_GUINT64_FORMAT where needed
Thibault Saunier [Mon, 22 Apr 2013 00:29:29 +0000 (21:29 -0300)]
xml-formatter: Use G_GUINT64_FORMAT where needed

11 years agouri-clip-asset: Add "_class_" to a class method
Thibault Saunier [Mon, 22 Apr 2013 00:13:00 +0000 (21:13 -0300)]
uri-clip-asset: Add "_class_" to a class method

API CHANGE:
- ges_uri_clip_asset_set_timeout
+ ges_uri_clip_asset_class_set_timeout

11 years agoges: Fix compilation with clang
Thibault Saunier [Mon, 22 Apr 2013 00:11:52 +0000 (21:11 -0300)]
ges: Fix compilation with clang

11 years agoproject: Accept NULL as a valid value for @id in _create_asset
Thibault Saunier [Fri, 19 Apr 2013 22:58:21 +0000 (19:58 -0300)]
project: Accept NULL as a valid value for @id in _create_asset

11 years agotests: Check splitting a clip with several TrackElement
Thibault Saunier [Thu, 18 Apr 2013 21:41:02 +0000 (18:41 -0300)]
tests: Check splitting a clip with several TrackElement

11 years agoclip: Rework the splitting method
Thibault Saunier [Fri, 19 Apr 2013 00:45:18 +0000 (21:45 -0300)]
clip: Rework the splitting method

  + Avoid setting clip duration of our parent ourself

Now each and every TrackElement inside a clip have the same
start/inpoint/duration

11 years agoges: Fix compilation
Thibault Saunier [Thu, 18 Apr 2013 21:59:52 +0000 (18:59 -0300)]
ges: Fix compilation

11 years agopipeline: Add API guards where needed
Thibault Saunier [Thu, 18 Apr 2013 21:37:17 +0000 (18:37 -0300)]
pipeline: Add API guards where needed

11 years agopipeline: Add a GError argument
Thibault Saunier [Wed, 17 Apr 2013 19:51:30 +0000 (16:51 -0300)]
pipeline: Add a GError argument

11 years agopipeline: Return FALSE in save_thumbnail when the operation fails
Thibault Saunier [Wed, 17 Apr 2013 19:48:05 +0000 (16:48 -0300)]
pipeline: Return FALSE in save_thumbnail when the operation fails

11 years agotests:timelineedition: Add a simple trimming test
Mathieu Duponchelle [Sun, 14 Apr 2013 23:30:10 +0000 (01:30 +0200)]
tests:timelineedition: Add a simple trimming test

11 years agocontainer: The TimelineElement.inpoint property is call "in-point" not inpoint
Thibault Saunier [Mon, 15 Apr 2013 02:19:02 +0000 (23:19 -0300)]
container: The TimelineElement.inpoint property is call "in-point" not inpoint

11 years agoges-clip: Remove the unlocked TrackElement APIs
Thibault Saunier [Fri, 22 Mar 2013 22:44:28 +0000 (19:44 -0300)]
ges-clip: Remove the unlocked TrackElement APIs

Remove APIs:
  ges_track_element_set_locked
  ges_track_element_is_locked

Those APIs where really not nice to use and were causing more issues
than solving them. If 2 time related properties of TimelineElement must
be different, then those element can *not* have the same parent.

Plus, with the new ges_container_group () API, we will recreate 1
GESClip containing the proper GESTimelineElements if it is the thing
to do.

11 years agopitivi-formatter: Remove broken code to handle unlocked track object
Thibault Saunier [Fri, 22 Mar 2013 22:34:14 +0000 (19:34 -0300)]
pitivi-formatter: Remove broken code to handle unlocked track object

WARNING: The plan is to remove unlocked track object APIs so this is
the first part of that process... that code was already broken, and
*needs* to be fixed anyway, better do it using new APIs

11 years agopitivi-formatter: Remove saving code
Thibault Saunier [Fri, 22 Mar 2013 21:43:30 +0000 (18:43 -0300)]
pitivi-formatter: Remove saving code

11 years agoAutomatic update of common submodule
Tim-Philipp Müller [Sun, 14 Apr 2013 16:58:38 +0000 (17:58 +0100)]
Automatic update of common submodule

From aed87ae to 3cb3d3c

11 years agoAutomatic update of common submodule
Stefan Sauer [Tue, 9 Apr 2013 19:03:03 +0000 (21:03 +0200)]
Automatic update of common submodule

From 04c7a1e to aed87ae

11 years agotimeline: call sync_state_with_parent when adding a child
Thibault Saunier [Tue, 9 Apr 2013 03:02:14 +0000 (00:02 -0300)]
timeline: call sync_state_with_parent when adding a child

11 years agotrack-element: Rename set_property_controlling_parameters set_control_source
Thibault Saunier [Sun, 31 Mar 2013 14:07:14 +0000 (16:07 +0200)]
track-element: Rename set_property_controlling_parameters set_control_source

  + Generate the documentation

11 years ago[Keyframes] Adds API to set a control binding on a track element, and the serializati...
Mathieu Duponchelle [Sat, 30 Mar 2013 17:54:50 +0000 (18:54 +0100)]
[Keyframes] Adds API to set a control binding on a track element, and the serialization code.

11 years agoChanging remaining clip::track-element-added to container::child-added
Thibault Saunier [Sat, 30 Mar 2013 14:40:38 +0000 (15:40 +0100)]
Changing remaining clip::track-element-added to container::child-added

11 years agopipeline: Implement the video overlay interface
Thibault Saunier [Sat, 30 Mar 2013 13:35:45 +0000 (14:35 +0100)]
pipeline: Implement the video overlay interface

11 years agoges-launch: Do no create "normal" timeline when you load a project
Thibault Saunier [Sat, 30 Mar 2013 12:37:43 +0000 (13:37 +0100)]
ges-launch: Do no create "normal" timeline when you load a project

11 years agotimeline-pipeline: Enhance API guards
Thibault Saunier [Sat, 30 Mar 2013 12:34:56 +0000 (13:34 +0100)]
timeline-pipeline: Enhance API guards

11 years agotimeline: Do no unref the timeline before returning it
Thibault Saunier [Sat, 30 Mar 2013 12:34:36 +0000 (13:34 +0100)]
timeline: Do no unref the timeline before returning it

11 years agocontainer: s/get_priorty_range/get_priority_range/
Thibault Saunier [Sat, 30 Mar 2013 11:30:47 +0000 (12:30 +0100)]
container: s/get_priorty_range/get_priority_range/

11 years agotimeline: Comment some variables goals
Thibault Saunier [Fri, 29 Mar 2013 14:50:12 +0000 (15:50 +0100)]
timeline: Comment some variables goals

11 years agotests:effect: Do not re-add effect to the track
Thibault Saunier [Thu, 28 Mar 2013 18:00:25 +0000 (19:00 +0100)]
tests:effect: Do not re-add effect to the track

11 years agocontainer: Let subclasses handle the height
Thibault Saunier [Sun, 24 Mar 2013 17:42:55 +0000 (18:42 +0100)]
container: Let subclasses handle the height

+ Fix tests (starting using GESTestClip instead of GESCustomClip)

Now the height is not only growing, but can also go down, as the value
is just simply computed

API:
GESContainer::compute_height virtual method

11 years agocontainer: Properly implement ges_container_group
Thibault Saunier [Sat, 23 Mar 2013 08:46:38 +0000 (09:46 +0100)]
container: Properly implement ges_container_group

11 years agotest:basic: Do not add useless references, and minor improvements
Thibault Saunier [Sat, 23 Mar 2013 07:48:43 +0000 (08:48 +0100)]
test:basic: Do not add useless references, and minor improvements

11 years agoclip: Emit notify signal when setting Clip.layer
Thibault Saunier [Sat, 23 Mar 2013 07:45:00 +0000 (08:45 +0100)]
clip: Emit notify signal when setting Clip.layer

11 years agotimeline: Remove TrackElement from its container on GESTimelineLayer::"clip-removed"
Thibault Saunier [Sat, 23 Mar 2013 07:14:55 +0000 (08:14 +0100)]
timeline: Remove TrackElement from its container on GESTimelineLayer::"clip-removed"

.... when the Track is NULL

11 years agocontainer: Make sure that the child exists when emiting the "child-removed" signal
Thibault Saunier [Sat, 23 Mar 2013 06:27:46 +0000 (03:27 -0300)]
container: Make sure that the child exists when emiting the "child-removed" signal

  + Add a test

11 years agocontainer: Replace ignore_notify by a GESChildrenControlMode flag
Thibault Saunier [Sat, 23 Mar 2013 06:26:33 +0000 (03:26 -0300)]
container: Replace ignore_notify by a GESChildrenControlMode flag

11 years agocontainer: Stop ignoring notifies if ->add_child fails
Thibault Saunier [Sat, 23 Mar 2013 04:35:02 +0000 (01:35 -0300)]
container: Stop ignoring notifies if ->add_child fails

11 years agointernal: Add a element_end_compare
Thibault Saunier [Sat, 23 Mar 2013 04:33:39 +0000 (01:33 -0300)]
internal: Add a element_end_compare

11 years agotimeline-element: Add a macro to get element 'end'
Thibault Saunier [Sat, 23 Mar 2013 04:31:23 +0000 (01:31 -0300)]
timeline-element: Add a macro to get element 'end'

11 years agoges: Keep ges-gerror categories simple.
Thibault Saunier [Fri, 22 Mar 2013 20:39:04 +0000 (17:39 -0300)]
ges: Keep ges-gerror categories simple.

11 years agoMisc cleaning
Thibault Saunier [Fri, 22 Mar 2013 01:17:10 +0000 (22:17 -0300)]
Misc cleaning

11 years agotrack-element: Make ges_track_element_set_track internal
Thibault Saunier [Fri, 22 Mar 2013 01:12:47 +0000 (22:12 -0300)]
track-element: Make ges_track_element_set_track internal

Removed API:
  + ges_track_element_set_track

11 years agoges: Make ges_clip_create_track_element(s) internal methods
Thibault Saunier [Fri, 22 Mar 2013 01:03:09 +0000 (22:03 -0300)]
ges: Make ges_clip_create_track_element(s) internal methods

  + Fix tests (we still need a round of modernisation, making use of
      assets where it makes sense)

There is no reason to use those method outside of GES, so remove them,
cleaning the API and making it easier for users.

Removed APIs:
-----------
    * ges_clip_create_track_element
    * ges_clip_create_track_elements

11 years agotests::uriclip: Use a real file to test still images
Thibault Saunier [Fri, 22 Mar 2013 00:42:31 +0000 (21:42 -0300)]
tests::uriclip: Use a real file to test still images

  + Make use of GESAssets

And do proper refactoring

11 years agouri-asset: Properly handle images and do not duplicate the TrackType
Thibault Saunier [Wed, 20 Mar 2013 00:07:58 +0000 (21:07 -0300)]
uri-asset: Properly handle images and do not duplicate the TrackType

11 years agouri-asset: Implement a ges_uri_clip_asset_request_sync method
Thibault Saunier [Tue, 19 Mar 2013 22:49:09 +0000 (19:49 -0300)]
uri-asset: Implement a ges_uri_clip_asset_request_sync method

This way we let the possibility to the user to actually do it, but we avoid him to do it
without knowing it is absolutely not recommanded to.

API:
+ ges_uri_clip_asset_request_sync

11 years agoStart categorizing GError types in GES
Thibault Saunier [Mon, 18 Mar 2013 15:41:06 +0000 (12:41 -0300)]
Start categorizing GError types in GES

11 years agotimeline-element: Do not give a reference to the calles of g_object_get_property
Thibault Saunier [Mon, 18 Mar 2013 13:03:19 +0000 (10:03 -0300)]
timeline-element: Do not give a reference to the calles of g_object_get_property

... for both the "parent" and the "timeline" properties

Making things simpler to handle for the copy method.

11 years agoclip: Make it mandatory that a clip is in a layer to be splittable
Thibault Saunier [Mon, 18 Mar 2013 13:02:10 +0000 (10:02 -0300)]
clip: Make it mandatory that a clip is in a layer to be splittable

Otherwize we will not be able to describe if the returned object has a floating reference or not, and this would screw the introspection.

11 years agoUse gst_object_ref_sink instead of g_object_ref_sink when appropriate
Thibault Saunier [Mon, 18 Mar 2013 12:49:18 +0000 (09:49 -0300)]
Use gst_object_ref_sink instead of g_object_ref_sink when appropriate

Making refcount issue debugging simpler

11 years agoAlways prefer gst_object_(un)ref over g_object_(un)ref
Thibault Saunier [Sat, 16 Mar 2013 22:05:04 +0000 (19:05 -0300)]
Always prefer gst_object_(un)ref over g_object_(un)ref

Making the refcount issue debugging easier

11 years agoclip: Make set/is_moving_from_layer internal
Thibault Saunier [Fri, 15 Mar 2013 15:01:58 +0000 (12:01 -0300)]
clip: Make set/is_moving_from_layer internal

11 years agoclip: Reindent header and make ges_clip_set_layer internal
Thibault Saunier [Fri, 15 Mar 2013 14:58:59 +0000 (11:58 -0300)]
clip: Reindent header and make ges_clip_set_layer internal

11 years agotrack: Cleanup header and add a FIXME
Thibault Saunier [Fri, 15 Mar 2013 14:32:48 +0000 (11:32 -0300)]
track: Cleanup header and add a FIXME

11 years agoRemove GESTrackElements from GESTracks when removing from a GESClip
Thibault Saunier [Fri, 15 Mar 2013 03:01:47 +0000 (00:01 -0300)]
Remove GESTrackElements from GESTracks when removing from a GESClip

... Not the other way round.

  + Add and enhance debugging info on the way

The user should not be responsible for removing the GESTrackElements from
GESTracks, instead, removing it from a GESClip should imply removing
it from any GESTrack it is in.

This patch changes sensibly the behaviour when we remove a
GESTrackElement from a GESTrack, not remoing it from the GESClip it is
in. *But*, users should never remove a GESTrackElement from a GESTrack
anyway. The testsuite has been updated to that new behaviour.

11 years agoges: Make GESTimeline responsible for adding GESTrackElement to GESTrack
Thibault Saunier [Thu, 14 Mar 2013 16:53:25 +0000 (12:53 -0400)]
ges: Make GESTimeline responsible for adding GESTrackElement to GESTrack

+ Fix tests as necessary (Do not use agingtv as it can be "applied" on any TrackType
        and is not representative of what happens IRL)

We already had the infrastructure so the user can have the control over where to add
the elements (through the "select-track-for-object" signal). We now make use of that
signal everytime a GESClip is added to a GESTimelineLayer. This make user's life easier,
and object responsability clearer.

11 years agoAdd a GESEffectAsset class, and make sure to set the GESTrackType asap on effects
Thibault Saunier [Thu, 14 Mar 2013 15:14:31 +0000 (11:14 -0400)]
Add a GESEffectAsset class, and make sure to set the GESTrackType asap on effects

+ Make use of the asset in ges_effect_new

11 years agoges: Use GESAsset in clip contructors when possible
Thibault Saunier [Sun, 3 Mar 2013 14:50:10 +0000 (11:50 -0300)]
ges: Use GESAsset in clip contructors when possible

11 years agotimeline-element: Set asset from the copied element to the new copy
Thibault Saunier [Sun, 3 Mar 2013 14:16:10 +0000 (11:16 -0300)]
timeline-element: Set asset from the copied element to the new copy

11 years agocontainer: Add a ges_container_group method
Thibault Saunier [Sat, 2 Mar 2013 21:35:34 +0000 (18:35 -0300)]
container: Add a ges_container_group method

  + Add some basic unit tests

API:
  GESContainer:group vmethod
  ges_container_group

11 years agotrack: Do not remove a TrackElement from a NULL clip
Thibault Saunier [Sat, 2 Mar 2013 01:26:01 +0000 (22:26 -0300)]
track: Do not remove a TrackElement from a NULL clip

11 years agocontainer: Add a way to ungroup a GESContainer into several GESContainers
Thibault Saunier [Fri, 1 Mar 2013 23:25:17 +0000 (20:25 -0300)]
container: Add a way to ungroup a GESContainer into several GESContainers

  + Add simple unit test

API:
  GESContainerClass::ungroup vmethod
  ges_container_ungroup

11 years agotimeline-element: Make it possible to reset parent to NULL
Thibault Saunier [Sat, 2 Mar 2013 01:05:45 +0000 (22:05 -0300)]
timeline-element: Make it possible to reset parent to NULL

11 years agoFix some documentations
Thibault Saunier [Fri, 1 Mar 2013 22:18:10 +0000 (19:18 -0300)]
Fix some documentations

11 years agoImplement GESContainer
Thibault Saunier [Fri, 1 Mar 2013 01:27:50 +0000 (22:27 -0300)]
Implement GESContainer

  + Fix unit tests
  + Minor enhancement in unit tests

API changes:
-----------
  * ges_track_element_get_clip     -> ges_timeline_element_get_parent
  * ges_clip_add_track_element     -> ges_container_add
  * ges_clip_release_track_element -> ges_container_remove
  * ges_clip_get_track_elements    -> ges_container_get_children
                                      (or GES_CONTAINER_CHILDREN)

11 years agodocs: Remove ges_clip_lock_track_elements
Thibault Saunier [Fri, 1 Mar 2013 14:03:18 +0000 (11:03 -0300)]
docs: Remove ges_clip_lock_track_elements

it does not exist anymore...

11 years agotimeline-element: Enhance debug statement and documentation
Thibault Saunier [Fri, 1 Mar 2013 01:22:35 +0000 (22:22 -0300)]
timeline-element: Enhance debug statement and documentation

    + Accept NULL as a parent

11 years agotimeline-element: Add a "timeline" property
Thibault Saunier [Thu, 28 Feb 2013 18:12:15 +0000 (15:12 -0300)]
timeline-element: Add a "timeline" property

11 years agogitignore: Ignore *.page
Thibault Saunier [Thu, 28 Feb 2013 21:14:22 +0000 (18:14 -0300)]
gitignore: Ignore *.page

11 years agodocs: Add an little explanation about the class hierarchie rework
Thibault Saunier [Thu, 14 Mar 2013 19:09:37 +0000 (16:09 -0300)]
docs: Add an little explanation about the class hierarchie rework

11 years agoAutomatic update of common submodule
Tim-Philipp Müller [Thu, 7 Mar 2013 00:04:38 +0000 (00:04 +0000)]
Automatic update of common submodule

From 2de221c to 04c7a1e

11 years agoges-timeline-element: Fix GST_DEBUG_OBJECT invocations
Руслан Ижбулатов [Wed, 6 Mar 2013 06:27:15 +0000 (10:27 +0400)]
ges-timeline-element: Fix GST_DEBUG_OBJECT invocations

Fixes #695267

11 years agoRename object/tobj/trobj to clip or track_element as necessary
Thibault Saunier [Fri, 15 Feb 2013 02:34:48 +0000 (23:34 -0300)]
Rename object/tobj/trobj to clip or track_element as necessary

Not really complete but it is a good start!

11 years agoFinish renaming tck_obj and derivate to track_element
Thibault Saunier [Sun, 10 Feb 2013 00:49:16 +0000 (21:49 -0300)]
Finish renaming tck_obj and derivate to track_element

11 years agoRename GESTimelineLayer.xxx_object to GESTimelineLayer.xxx_clip
Thibault Saunier [Fri, 8 Feb 2013 20:25:25 +0000 (17:25 -0300)]
Rename GESTimelineLayer.xxx_object to GESTimelineLayer.xxx_clip

11 years agotrack: Rename all GESTrack.xxx_object to GESTrack.xxx_element
Thibault Saunier [Fri, 8 Feb 2013 20:23:18 +0000 (17:23 -0300)]
track: Rename all GESTrack.xxx_object to GESTrack.xxx_element

11 years agoProperly rename object-added to clip-added
Thibault Saunier [Fri, 8 Feb 2013 20:19:39 +0000 (17:19 -0300)]
Properly rename object-added to clip-added

11 years agoFinish renaming timeline object to clip
Thibault Saunier [Fri, 8 Feb 2013 20:11:22 +0000 (17:11 -0300)]
Finish renaming timeline object to clip

11 years agoFinish renaming track object to track element
Thibault Saunier [Fri, 8 Feb 2013 19:39:18 +0000 (16:39 -0300)]
Finish renaming track object to track element

11 years agoAdd GESTimelineElement.{start, inpoint, duration, maxduration, priority} getters
Thibault Saunier [Fri, 1 Feb 2013 20:51:02 +0000 (17:51 -0300)]
Add GESTimelineElement.{start, inpoint, duration, maxduration, priority} getters

11 years agouriclip: Fix wrong acces to object instead of its duration field
Thibault Saunier [Mon, 28 Jan 2013 17:36:06 +0000 (14:36 -0300)]
uriclip: Fix wrong acces to object instead of its duration field

11 years agoReword ges_title_clip_set_color to ges_title_clip_set_text_color
Thibault Saunier [Sun, 27 Jan 2013 19:21:01 +0000 (16:21 -0300)]
Reword ges_title_clip_set_color to ges_title_clip_set_text_color

11 years agoRename ges_title_.*_set_background to set_background_color
Thibault Saunier [Sun, 27 Jan 2013 19:16:27 +0000 (16:16 -0300)]
Rename ges_title_.*_set_background to set_background_color

11 years agotitleclip: Remove useless mute property
Thibault Saunier [Sun, 27 Jan 2013 19:07:12 +0000 (16:07 -0300)]
titleclip: Remove useless mute property

11 years agopitiviformatter: Fix renaming issues
Thibault Saunier [Sun, 27 Jan 2013 19:02:31 +0000 (16:02 -0300)]
pitiviformatter: Fix renaming issues

11 years agoRename overlay_text to text_overlay
Thibault Saunier [Sun, 27 Jan 2013 19:02:19 +0000 (16:02 -0300)]
Rename overlay_text to text_overlay

11 years agoRename GESAssetClip to GESClipAsset
Thibault Saunier [Sun, 27 Jan 2013 15:51:52 +0000 (12:51 -0300)]
Rename GESAssetClip to GESClipAsset

11 years agoRename GESTrackAudioTransition to GESAudioTransition
Thibault Saunier [Sun, 27 Jan 2013 15:44:13 +0000 (12:44 -0300)]
Rename GESTrackAudioTransition to GESAudioTransition

11 years agoRename GESTrackVideoTransition to GESVideoTransition
Thibault Saunier [Sun, 27 Jan 2013 15:41:51 +0000 (12:41 -0300)]
Rename GESTrackVideoTransition to GESVideoTransition

11 years agoRename GESTrackTransition to GESTransition
Thibault Saunier [Sun, 27 Jan 2013 15:31:10 +0000 (12:31 -0300)]
Rename GESTrackTransition to GESTransition

11 years agoRename GESTrackOperation to GESOperation
Thibault Saunier [Sun, 27 Jan 2013 15:27:19 +0000 (12:27 -0300)]
Rename GESTrackOperation to GESOperation

11 years agoRename GESTrackTextOverlay to GESTextOverlay
Thibault Saunier [Sun, 27 Jan 2013 15:24:44 +0000 (12:24 -0300)]
Rename GESTrackTextOverlay to GESTextOverlay

11 years agoRename GESTrackTitleSource to GESTitleSource
Thibault Saunier [Sat, 26 Jan 2013 17:25:14 +0000 (14:25 -0300)]
Rename GESTrackTitleSource to GESTitleSource

11 years agoRename GESTrackImageSource to GESImageSource
Thibault Saunier [Sat, 26 Jan 2013 17:21:56 +0000 (14:21 -0300)]
Rename GESTrackImageSource to GESImageSource

11 years agoRename GESAssetTrackElement to GESTrackElementAsset
Thibault Saunier [Sat, 26 Jan 2013 17:14:57 +0000 (14:14 -0300)]
Rename GESAssetTrackElement to GESTrackElementAsset