platform/upstream/gstreamer.git
12 years agoMerge remote-tracking branch 'origin/0.10'
Sebastian Dröge [Thu, 29 Mar 2012 13:10:09 +0000 (15:10 +0200)]
Merge remote-tracking branch 'origin/0.10'

12 years agoges-track: Set gnlobject state to NULL before disposing it
Volodymyr Rudyi [Tue, 27 Mar 2012 23:53:50 +0000 (02:53 +0300)]
ges-track: Set gnlobject state to NULL before disposing it

Work around a deadlock if setting state to NULL right before removing the
gnlobject from the composition.

https://bugzilla.gnome.org/show_bug.cgi?id=672751

12 years agoges-track: Set gnlobject state to NULL before disposing it
Volodymyr Rudyi [Tue, 27 Mar 2012 23:53:50 +0000 (02:53 +0300)]
ges-track: Set gnlobject state to NULL before disposing it

Work around a deadlock if setting state to NULL right before removing the
gnlobject from the composition.

https://bugzilla.gnome.org/show_bug.cgi?id=672751

12 years agoReplace master with 0.11
Wim Taymans [Mon, 26 Mar 2012 10:43:30 +0000 (12:43 +0200)]
Replace master with 0.11

12 years agoges-pitivi-formatter: add copyright/license headers
Tim-Philipp Müller [Mon, 19 Mar 2012 10:56:53 +0000 (10:56 +0000)]
ges-pitivi-formatter: add copyright/license headers

https://bugzilla.gnome.org/show_bug.cgi?id=644943

12 years agoMerge remote-tracking branch 'origin/master' into 0.11
Tim-Philipp Müller [Tue, 13 Mar 2012 13:52:32 +0000 (13:52 +0000)]
Merge remote-tracking branch 'origin/master' into 0.11

12 years agotests: fix weird windowsy code in save_and_load unit test
Tim-Philipp Müller [Tue, 13 Mar 2012 11:36:15 +0000 (11:36 +0000)]
tests: fix weird windowsy code in save_and_load unit test

Fixes compiler error about FILENAME_MAX in 0.11

12 years agoges-timeline-pipeline: port to 0.11
Tim-Philipp Müller [Mon, 12 Mar 2012 16:22:22 +0000 (16:22 +0000)]
ges-timeline-pipeline: port to 0.11

12 years agoRemove ges-marshal.[ch] and use the generic marshaller
Tim-Philipp Müller [Mon, 12 Mar 2012 15:46:42 +0000 (15:46 +0000)]
Remove ges-marshal.[ch] and use the generic marshaller

12 years agoconfigure: bump GLib requirement in line with core and other libs
Tim-Philipp Müller [Mon, 12 Mar 2012 15:37:33 +0000 (15:37 +0000)]
configure: bump GLib requirement in line with core and other libs

12 years agoMerge remote-tracking branch 'origin/master' into 0.11
Tim-Philipp Müller [Mon, 12 Mar 2012 15:25:49 +0000 (15:25 +0000)]
Merge remote-tracking branch 'origin/master' into 0.11

Conflicts:
bindings/python/Makefile.am
bindings/python/ges-types.defs
bindings/python/ges.defs
bindings/python/ges.override
bindings/python/gesmodule.c
bindings/python/testsuite/test_textoverlay.py

12 years agoconfigure: check for libxml2 explicitly
Tim-Philipp Müller [Mon, 12 Mar 2012 15:15:22 +0000 (15:15 +0000)]
configure: check for libxml2 explicitly

GStreamer may be built without the libxml2 dependency.

12 years agoges-pitivi-formatter: move libxml includes into .c file
Tim-Philipp Müller [Mon, 12 Mar 2012 15:09:39 +0000 (15:09 +0000)]
ges-pitivi-formatter: move libxml includes into .c file

There's no need to have them in the header file.

12 years agoges: Fix 'implicit conversion from enumeration type 'GESTextHAlign' to different...
Sebastian Dröge [Tue, 6 Mar 2012 14:37:18 +0000 (15:37 +0100)]
ges: Fix 'implicit conversion from enumeration type 'GESTextHAlign' to different enumeration type 'GESTextVAlign'' and similar compiler warnings

12 years agoges: Fix 'comparison of unsigned expression < 0 is always false'
Sebastian Dröge [Tue, 6 Mar 2012 14:35:51 +0000 (15:35 +0100)]
ges: Fix 'comparison of unsigned expression < 0 is always false'

12 years agobindings: don't link to libges four times
Tim-Philipp Müller [Fri, 17 Feb 2012 13:46:36 +0000 (13:46 +0000)]
bindings: don't link to libges four times

And even less different versions of it.

12 years agotests: ges_track_new() takes ownership of caps, so can't use GST_CAPS_ANY
Tim-Philipp Müller [Fri, 10 Feb 2012 19:44:49 +0000 (19:44 +0000)]
tests: ges_track_new() takes ownership of caps, so can't use GST_CAPS_ANY

12 years agotests: port tests to new raw caps
Tim-Philipp Müller [Fri, 10 Feb 2012 19:42:16 +0000 (19:42 +0000)]
tests: port tests to new raw caps

12 years agotrack: add g-i annotation that ges_track_new() takes ownership of caps passed
Tim-Philipp Müller [Fri, 10 Feb 2012 19:36:49 +0000 (19:36 +0000)]
track: add g-i annotation that ges_track_new() takes ownership of caps passed

12 years agoges: port to new raw audio/video caps
Tim-Philipp Müller [Fri, 10 Feb 2012 19:35:28 +0000 (19:35 +0000)]
ges: port to new raw audio/video caps

Completely untested, but more likely to work than the
existing code.

12 years agoexamples, ges-launch: remove deprecated g_thread_init()
Tim-Philipp Müller [Fri, 10 Feb 2012 19:17:38 +0000 (19:17 +0000)]
examples, ges-launch: remove deprecated g_thread_init()

Not needed any more with recent glib versions

12 years agog-i: need to call gst_init() before ges_init() so GST_TYPE_CAPS is set
Tim-Philipp Müller [Fri, 10 Feb 2012 19:13:44 +0000 (19:13 +0000)]
g-i: need to call gst_init() before ges_init() so GST_TYPE_CAPS is set

Fixes "g_param_spec_boxed: assertion `G_TYPE_IS_BOXED (boxed_type)' failed"
warnings when running g-ir-scanner.

12 years agotrack-{audio,video}-transition: update for controller API changes
Tim-Philipp Müller [Fri, 10 Feb 2012 19:01:03 +0000 (19:01 +0000)]
track-{audio,video}-transition: update for controller API changes

12 years agotimeline-pipeline: use standard GLib API to save thumbnail data to file
Tim-Philipp Müller [Fri, 10 Feb 2012 18:43:51 +0000 (18:43 +0000)]
timeline-pipeline: use standard GLib API to save thumbnail data to file

12 years agotimeline-pipeline: update for new gst_buffer_map() API
Tim-Philipp Müller [Fri, 10 Feb 2012 18:35:07 +0000 (18:35 +0000)]
timeline-pipeline: update for new gst_buffer_map() API

12 years agoges: support and handle no-more-pads in GESTimeline(Pipeline)
Mark Nauwelaerts [Mon, 30 Jan 2012 10:34:09 +0000 (11:34 +0100)]
ges: support and handle no-more-pads in GESTimeline(Pipeline)

... to arrange for a clean READY to PAUSED state change transition.
Not doing so might have playsink reaching PAUSED prematurely
as one track prerolls, only to lose this state again (temporarily)
when the other track needs to preroll.

This is generally not nice or convenient, and particularly nasty
when trying to perform seek in PAUSED.

12 years agoAutomatic update of common submodule
Thomas Vander Stichele [Wed, 25 Jan 2012 13:13:02 +0000 (14:13 +0100)]
Automatic update of common submodule

From c463bc0 to 7fda524

12 years agoAutomatic update of common submodule
Sebastian Dröge [Wed, 25 Jan 2012 10:41:15 +0000 (11:41 +0100)]
Automatic update of common submodule

From 2a59016 to c463bc0

12 years agoAutomatic update of common submodule
Sebastian Dröge [Wed, 18 Jan 2012 15:48:52 +0000 (16:48 +0100)]
Automatic update of common submodule

From 0807187 to 2a59016

12 years agoges: Various doc fixups and cleanups
Edward Hervey [Thu, 12 Jan 2012 15:34:13 +0000 (16:34 +0100)]
ges: Various doc fixups and cleanups

12 years agoges: only use glib constructs as required in configure.ac
Mark Nauwelaerts [Thu, 12 Jan 2012 14:12:14 +0000 (15:12 +0100)]
ges: only use glib constructs as required in configure.ac

12 years agopkgconfig: fix uninstalled pkgconfig to handle out-of-source build case
Mark Nauwelaerts [Thu, 12 Jan 2012 14:11:10 +0000 (15:11 +0100)]
pkgconfig: fix uninstalled pkgconfig to handle out-of-source build case

12 years agopitivi-formatter: Use the new Formatter->project_loaded vmethod
Thibault Saunier [Sat, 7 Jan 2012 16:36:33 +0000 (13:36 -0300)]
pitivi-formatter: Use the new Formatter->project_loaded vmethod

12 years agoformatter: Add a "loaded" signal
Thibault Saunier [Sat, 7 Jan 2012 16:28:15 +0000 (13:28 -0300)]
formatter: Add a "loaded" signal

API: GESFormatter::loaded signal
API: GESFormatter->project_loaded VMethod

12 years agodocs: Add a pitivi-formatter documentation
Thibault Saunier [Thu, 22 Dec 2011 16:11:34 +0000 (17:11 +0100)]
docs: Add a pitivi-formatter documentation

Move the API to the API section of the pitivi-formatter file

12 years agoformatter: Enhance some debug logging
Thibault Saunier [Thu, 5 Jan 2012 16:21:40 +0000 (13:21 -0300)]
formatter: Enhance some debug logging

12 years agoges: Rework the ges_pitivi_get_sources method
Thibault Saunier [Wed, 4 Jan 2012 22:04:53 +0000 (19:04 -0300)]
ges: Rework the ges_pitivi_get_sources method

     + Remove the URI parameter of ges_pitivi_get_sources

    + Rework how we handle the PitiviFormatterPrivate.source_table HashTable
      rename it to sources_table to make a difference between it and the
      source_table(s) it containes

12 years agoges: Let user set a source list on the PitiviFormatter
Thibault Saunier [Wed, 4 Jan 2012 21:06:37 +0000 (18:06 -0300)]
ges: Let user set a source list on the PitiviFormatter

API: ges_pitivi_formatter_set_sources

Bind it in python

12 years agoges: Handle the new SourceMoved API in PitiviFormatter
Thibault Saunier [Wed, 4 Jan 2012 18:06:11 +0000 (15:06 -0300)]
ges: Handle the new SourceMoved API in PitiviFormatter

12 years agobindings: Bind the new formatter API
Thibault Saunier [Wed, 4 Jan 2012 18:05:15 +0000 (15:05 -0300)]
bindings: Bind the new formatter API

12 years agoges: Add an API to Formatter to be able to handle moved sources
Thibault Saunier [Wed, 4 Jan 2012 17:59:21 +0000 (14:59 -0300)]
ges: Add an API to Formatter to be able to handle moved sources

API: GESFormatter::source-moved signal
API: GESFormatter::update_source_uri virtual method

Conflicts:

ges/ges-formatter.h

12 years agoges: Add a "discovery-error" signal to GESTimeline
Thibault Saunier [Wed, 4 Jan 2012 17:46:54 +0000 (14:46 -0300)]
ges: Add a "discovery-error" signal to GESTimeline

API: GESTimeline::discovery-error signal

12 years agoges: Let user set TimelineObject URI while not containing any TrackObject
Thibault Saunier [Wed, 4 Jan 2012 17:24:05 +0000 (14:24 -0300)]
ges: Let user set TimelineObject URI while not containing any TrackObject

In the case of not properly set uri, we can keep using the same
TimelineFileSource changing its URI until its TrackObject could be created.

This is particularly usefull in the case of formatter trying to load filesource
when the file has been moved

12 years agoAdd API to get all sources from xptv project
mathieu duponchelle [Tue, 3 Jan 2012 10:59:29 +0000 (11:59 +0100)]
Add API to get all sources from xptv project

12 years agoDisconnect handlers when object is removed from layer
mathieu duponchelle [Fri, 23 Dec 2011 16:16:20 +0000 (17:16 +0100)]
Disconnect handlers when object is removed from layer

12 years agoEdit : typos
mathieu duponchelle [Thu, 22 Dec 2011 20:21:37 +0000 (21:21 +0100)]
Edit : typos

12 years agoGES : remove transitions when needed
Mathieu Duponchelle [Wed, 24 Aug 2011 10:04:32 +0000 (12:04 +0200)]
GES : remove transitions when needed

Conflicts:

ges/ges-timeline.c

12 years agoFixes auto transitions on layers + n.
mathieu duponchelle [Wed, 21 Dec 2011 18:48:22 +0000 (19:48 +0100)]
Fixes auto transitions on layers + n.

12 years agoges: Add a maxduration property to TrackFileSource
Thibault Saunier [Thu, 29 Dec 2011 12:56:08 +0000 (13:56 +0100)]
ges: Add a maxduration property to TrackFileSource

API: GESTrackFileSource::maxduration property

12 years agoges: Disconnect the TrackObject when removed from a Track
Thibault Saunier [Fri, 23 Dec 2011 18:23:31 +0000 (19:23 +0100)]
ges: Disconnect the TrackObject when removed from a Track

12 years agoges: Add a runtime version checking function
Thibault Saunier [Mon, 26 Dec 2011 01:54:29 +0000 (02:54 +0100)]
ges: Add a runtime version checking function

Bind it in python

API: ges_version

12 years agoges: Reindent ges-track-object.h
Thibault Saunier [Thu, 22 Dec 2011 14:59:51 +0000 (15:59 +0100)]
ges: Reindent ges-track-object.h

12 years agobindings: Register the various enums/flags in python
Thibault Saunier [Thu, 22 Dec 2011 13:41:39 +0000 (14:41 +0100)]
bindings: Register the various enums/flags in python

12 years agoges: Make TrackObject:locked a GObject property
Thibault Saunier [Mon, 19 Dec 2011 10:21:18 +0000 (11:21 +0100)]
ges: Make TrackObject:locked a GObject property

12 years agoges: Fix the TimelineObject::effect-added signal emission timing
Thibault Saunier [Sun, 18 Dec 2011 00:49:24 +0000 (01:49 +0100)]
ges: Fix the TimelineObject::effect-added signal emission timing

We were emitting it before it gets added to the track_object list,
so the list we were getting with get_top_effects was containing
a TrackObject that wasen't a TrackEffect

+ A bit of refactoring

12 years agoges: Reindent ges-track.h
Thibault Saunier [Fri, 16 Dec 2011 08:56:08 +0000 (09:56 +0100)]
ges: Reindent ges-track.h

12 years agoges: Some debug logging enhancements
Thibault Saunier [Fri, 16 Dec 2011 08:54:58 +0000 (09:54 +0100)]
ges: Some debug logging enhancements

12 years agoges: Expand track background duration equal to timeline duration
Thibault Saunier [Fri, 16 Dec 2011 08:52:35 +0000 (09:52 +0100)]
ges: Expand track background duration equal to timeline duration

12 years agoges: Add a duration property to GESTimeline
Thibault Saunier [Fri, 16 Dec 2011 08:35:31 +0000 (09:35 +0100)]
ges: Add a duration property to GESTimeline

API: GESTimeline:duration property

12 years agoges: Fix TimelineObject movement that contains unlocked and relocked objects
Thibault Saunier [Fri, 16 Dec 2011 07:23:58 +0000 (04:23 -0300)]
ges: Fix TimelineObject movement that contains unlocked and relocked objects

Record the TrackObject that initiated a TimelineObject movement so we don't
get inifite loops.

Also fix the new TrackObject calculation:
    child.start = time - offset (not time + offset)

12 years agoges: Bump layer height from 10 to 1000
Thibault Saunier [Fri, 17 Jun 2011 18:29:52 +0000 (14:29 -0400)]
ges: Bump layer height from 10 to 1000

12 years agoges: Little fixes to timeline_object_g(s)et_supprted_formats
Thibault Saunier [Wed, 7 Dec 2011 23:17:55 +0000 (20:17 -0300)]
ges: Little fixes to timeline_object_g(s)et_supprted_formats

12 years agoges: Add guards to all API calls in GESTimelineObject
Thibault Saunier [Wed, 7 Dec 2011 23:50:13 +0000 (20:50 -0300)]
ges: Add guards to all API calls in GESTimelineObject

And reindent the .h file

12 years agoges: Add a method to TimelineObject to set contained TrackObject-s locked state
Thibault Saunier [Wed, 7 Dec 2011 23:36:24 +0000 (20:36 -0300)]
ges: Add a method to TimelineObject to set contained TrackObject-s locked state

API: ges_timeline_object_objects_set_locked

12 years agodocs: Update documentation
Thibault Saunier [Wed, 7 Dec 2011 02:11:25 +0000 (23:11 -0300)]
docs: Update documentation

12 years agoges: Remove transitions properly
Thibault Saunier [Tue, 6 Dec 2011 17:11:21 +0000 (14:11 -0300)]
ges: Remove transitions properly

12 years agoges: Add a TimelineObject::track-object-removed signal
Thibault Saunier [Tue, 6 Dec 2011 17:10:14 +0000 (14:10 -0300)]
ges: Add a TimelineObject::track-object-removed signal

API: TimelineObject::track-object

12 years agoges: Enhance some debug logging
Thibault Saunier [Thu, 1 Dec 2011 00:47:54 +0000 (21:47 -0300)]
ges: Enhance some debug logging

Also make sure not to warn when it shouldn't

12 years agoges: Misc fixes in ges-timeline-layer
Thibault Saunier [Thu, 1 Dec 2011 00:46:21 +0000 (21:46 -0300)]
ges: Misc fixes in ges-timeline-layer

Put the comment where they are meant to be
Make static functions static
Use LAYER_HEIGHT where needed

12 years agoges: Auto transition cleanup
Thibault Saunier [Wed, 2 Nov 2011 16:51:36 +0000 (13:51 -0300)]
ges: Auto transition cleanup

12 years agoges: Do not add any audio source when still image
Thibault Saunier [Wed, 30 Nov 2011 23:13:09 +0000 (20:13 -0300)]
ges: Do not add any audio source when still image

We now have a backgroud so no problem with that.

Fix the testsuite accordingly

Fix #657514

12 years agoges: Fix debugging symbol to avoid segfaults
Thibault Saunier [Wed, 16 Nov 2011 18:22:33 +0000 (15:22 -0300)]
ges: Fix debugging symbol to avoid segfaults

12 years agoges: Big PiTiVi formatter cleanup
Thibault Saunier [Wed, 2 Nov 2011 16:52:16 +0000 (13:52 -0300)]
ges: Big PiTiVi formatter cleanup

Also set the version to 0.2

12 years agoges: Don't release unexisting sources when destroying the formatter
Stéphane Maniaci [Sun, 9 Oct 2011 16:28:39 +0000 (12:28 -0400)]
ges: Don't release unexisting sources when destroying the formatter

This happens in case of an empty project.

12 years agoges: Add a gnl background object to tracks
Thibault Saunier [Thu, 20 Oct 2011 14:16:30 +0000 (16:16 +0200)]
ges: Add a gnl background object  to tracks

This is in order to support gaps in the timeline.
This is not the proper solution, we should make sure to fill gaps properly,
but for the time being, it makes the trick

12 years agoges: Make sure not to set transition start to negative
Thibault Saunier [Tue, 6 Dec 2011 21:04:11 +0000 (18:04 -0300)]
ges: Make sure not to set transition start to negative

gnlobject.start is a guint64, we can not set it to a negative value

12 years agoges: makes "pass over" accurate and reset priority when transition is removed
Mathieu Duponchelle [Wed, 14 Sep 2011 12:58:01 +0000 (14:58 +0200)]
ges: makes "pass over" accurate and reset priority when transition is removed

12 years agoges: don't reset the supported formats in the timeline when they're already set
Mathieu Duponchelle [Sat, 27 Aug 2011 23:13:20 +0000 (01:13 +0200)]
ges: don't reset the supported formats in the timeline when they're already set

My mom never told me goto was evil

12 years agoges: make the offset positive as it should have been
Mathieu Duponchelle [Fri, 26 Aug 2011 16:39:39 +0000 (18:39 +0200)]
ges: make the offset positive as it should have been

Took me two days to figure that out :/ I'm pretty sure it's the way things are supposed to be

12 years agoges: modifies emission of the track/object-removed signal
Mathieu Duponchelle [Wed, 24 Aug 2011 10:06:22 +0000 (12:06 +0200)]
ges: modifies emission of the track/object-removed signal

Make it be emitted right before the track objects is removed so we don't end up
with a TrackObject that has already been freed

12 years agoges: adds a ges_timeline_object_split method
Mathieu Duponchelle [Wed, 24 Aug 2011 09:48:14 +0000 (11:48 +0200)]
ges: adds a ges_timeline_object_split method

Slightly improves the copy function to do so.

API: ges_timeline_object_split

12 years agoges: add a timeline_object copy function
Thibault Saunier [Thu, 9 Jun 2011 00:36:58 +0000 (20:36 -0400)]
ges: add a timeline_object copy function

12 years agopython : bind the new timeline_object functions
Mathieu Duponchelle [Tue, 9 Aug 2011 13:56:56 +0000 (15:56 +0200)]
python : bind the new timeline_object functions

    + move_to_layer
    + is_moving_from_layer
    + set_moving_from_layer

12 years agoges: adds an enable_update function to the GESTimeline
Mathieu Duponchelle [Wed, 3 Aug 2011 00:33:10 +0000 (02:33 +0200)]
ges: adds an enable_update function to the GESTimeline

Binds it in python

API: ges_timeline_enable_update

12 years agoges : add a track-object(removed signal to the track
Mathieu Duponchelle [Thu, 28 Jul 2011 16:49:04 +0000 (18:49 +0200)]
ges : add a track-object(removed signal to the track

API: GESTrack::track-object-removed signal

12 years agoges: Handle supported formats in TimelineStandardTransition
Thibault Saunier [Thu, 1 Dec 2011 03:33:38 +0000 (00:33 -0300)]
ges: Handle supported formats in TimelineStandardTransition

12 years agoges: add an auto-transition to the layer
Mathieu Duponchelle [Sun, 24 Jul 2011 00:49:36 +0000 (02:49 +0200)]
ges: add an auto-transition to the layer

API: GESTimelineLayer.auto_transition property

12 years agoges: Keep the track object list sorted in track
Mathieu Duponchelle [Wed, 27 Jul 2011 00:04:48 +0000 (02:04 +0200)]
ges: Keep the track object list sorted in track

12 years agoges: add track objects to the track before the track-object-added is emitted
Mathieu Duponchelle [Wed, 27 Jul 2011 00:02:20 +0000 (02:02 +0200)]
ges: add track objects to the track before the track-object-added is emitted

NOTE: The caller of ges_timeline_object_create_track_object now needs to add it to
the timeline_object after calling the function.

Fix the testsuite to support that accordingly

12 years agopython: bind and override the ges_track_get_objects method
Mathieu Duponchelle [Wed, 13 Jul 2011 16:30:06 +0000 (18:30 +0200)]
python: bind and override the ges_track_get_objects method

12 years agoges: Add API to get the TrackObject-s contained in a Track
Mathieu Duponchelle [Fri, 8 Jul 2011 01:37:28 +0000 (03:37 +0200)]
ges: Add API to get the TrackObject-s contained in a Track

Sort the track_objects list

API: ges_track_get_objects

12 years agopython: binds the PiTiVi formatter
Mathieu Duponchelle [Sun, 28 Aug 2011 01:59:19 +0000 (03:59 +0200)]
python: binds the PiTiVi formatter

12 years agoexamples: Add a load project option to ges-ui
Mathieu Duponchelle [Sun, 28 Aug 2011 01:58:21 +0000 (03:58 +0200)]
examples: Add a load project option to ges-ui

12 years agotools: Add a -y option to ges-launch to launch pitivi projects
Mathieu Duponchelle [Sun, 28 Aug 2011 01:57:13 +0000 (03:57 +0200)]
tools: Add a -y option to ges-launch to launch pitivi projects

12 years agotest: Add a pitivi formatter test
Mathieu Duponchelle [Sun, 28 Aug 2011 01:56:26 +0000 (03:56 +0200)]
test: Add a pitivi formatter test

For now we requiere a project files and media files to be on the host system,
this is not optimal and we should rework that in the future.

12 years agoges: Implement a Pitivi Formatter
Mathieu Duponchelle [Sun, 28 Aug 2011 01:55:46 +0000 (03:55 +0200)]
ges: Implement a Pitivi Formatter

API: ges_pitivi_formatter_new

12 years agoges: add a track-object-added signal to GESTrack
Mathieu Duponchelle [Sun, 28 Aug 2011 01:48:36 +0000 (03:48 +0200)]
ges: add a track-object-added signal to GESTrack

API: GESTrack::track-object-added signal

12 years agoges: Add a track-object-added signal to GESTimelineObject
Mathieu Duponchelle [Sun, 28 Aug 2011 04:25:37 +0000 (06:25 +0200)]
ges: Add a track-object-added signal to GESTimelineObject

API: GESTimelineObject::track-object-added signal

12 years agoges: Move supported formats from filesource to timelineobject
Thibault Saunier [Thu, 1 Dec 2011 03:18:30 +0000 (00:18 -0300)]
ges: Move supported formats from filesource to timelineobject

This is usefull by any subclass of GESTimelineObject
 + Bind it in python
 + Fix the keyfile formatter tests

API: ges_timeline_object_set_supported_formats
API: ges_timeline_object_get_supported_formats

12 years agoges: Add a ges_timeline_append_layer convenience method
Thibault Saunier [Tue, 7 Jun 2011 16:54:06 +0000 (12:54 -0400)]
ges: Add a ges_timeline_append_layer convenience method

API: ges_timeline_append_layer