Thibault Saunier
0b1f3bb5ff
ges: Some documentation cleanup
2014-02-05 00:12:10 +01:00
Thibault Saunier
922ce357ba
tests:integration: Fix a race about get_position being called before AYNC_DONE happens
2014-02-04 14:17:50 +01:00
Alexandru Băluț
df93acc581
ges-pipeline: Rename add_timeline to set_timeline
...
API BREAKAGE:
- ges_pipeline_add_timeline
+ ges_pipeline_set_timeline
2014-02-04 14:17:47 +01:00
Thibault Saunier
f76000d750
uri-asset: Let a chance for user to change URI if the set one is not readable
...
It sounds like the most logical thing to do in that case.
https://bugzilla.gnome.org/show_bug.cgi?id=721111
2014-02-04 13:53:34 +01:00
Thibault Saunier
f4ce6dcab7
videosource: Always add a deinterlace at the beining of videosrcbin
...
It might be needed in some cases (for example when decoding prores files) and
it is the way it is done with playbin now. Also deinterlace now properly supports
passtrough mode.
2014-02-04 13:53:34 +01:00
Thibault Saunier
94dbf20400
ges-asset: Do not forget to give a ref to the registry
...
+ Add test in the testsuite
+ Fix broken tests
https://bugzilla.gnome.org/show_bug.cgi?id=721111
2014-01-30 22:27:54 +01:00
Edward Hervey
32d526756d
Automatic update of common submodule
...
From d48bed3 to 1a07da9
2014-01-30 10:46:09 +01:00
Mathieu Duponchelle
105d901c12
track-element: clamp interpolated keyframe values.
2014-01-10 18:40:37 +01:00
Tim-Philipp Müller
58bdd19cd4
.gitignore: add test driver and more test binaries
2014-01-10 00:05:34 +00:00
Thibault Saunier
14a2f5943d
base-xml-formatter: Emit 'loaded' right after a project with empy timeline is loaded
...
https://bugzilla.gnome.org/show_bug.cgi?id=720040
2013-12-27 10:14:20 +01:00
Thibault Saunier
d00283f309
track-element: Remove constructors for TrackElement from the API
...
Most of the time the user should not create GESTrackElements
himself, instead he should add a GESAsset to a layer, that will
result in a clip creation and the proper TrackElements to be
created and added to the tracks.
The case of effects and overlays is a bit different as the user should
create the TrackElement and add them to a clip.
2013-12-27 10:14:19 +01:00
Thibault Saunier
b774783af8
ges: Remove versionning infos now that we start on the 1.X API serie
...
They are now meaningless, all the current symbols are the basic
ones for the 1.X serie.
2013-12-27 10:14:19 +01:00
Thibault Saunier
35cefaad1b
ges: Add padding for API extension where missing
2013-12-27 10:14:19 +01:00
Tim-Philipp Müller
2be80cf257
Automatic update of common submodule
...
From dbedaa0 to d48bed3
2013-12-22 22:36:16 +00:00
Thibault Saunier
289b04f170
ges: Reimplement 'always create a project to back a timeline'
...
Keeping it simple, and making sure everything is synchronous
2013-11-28 15:47:50 -03:00
Thibault Saunier
6e9e9338ae
Revert "ges: Always create a project to back a timeline"
...
This reverts commit 59d83f1a93
.
Conflicts:
tests/check/ges/backgroundsource.c
tests/check/ges/effects.c
tests/check/ges/overlays.c
tests/check/ges/simplelayer.c
tests/check/ges/text_properties.c
tests/check/ges/titles.c
2013-11-28 15:12:15 -03:00
Thibault Saunier
99a36b2b69
timeline: Add all assets of the clip added to the timeline to the project
2013-11-25 15:18:24 -03:00
Thibault Saunier
e7a45f0eef
Remove GESSimplerLayer, that API should land into GESLayer in the end
...
The priority handling of clip is now handled by GESLayer itself, and
handling clip as a ordered list should be implemented in GESLayer itself
too, this way the user can decide to switch mode at any time instead of
2013-11-22 17:50:27 -03:00
Thibault Saunier
04071e7214
layer: Set clip start to the duration of the layer if == TIME_NONE
...
In the provided start of a clip is GST_CLOCK_TIME_NONE in
ges_layer_add_asset, it means that we want the clip to be
added at the end of the layer
2013-11-22 17:50:27 -03:00
Thibault Saunier
4c411761fd
layer: Add an API to get the total duration of the layer
...
API:
ges_layer_get_duration
2013-11-22 17:50:27 -03:00
Thibault Saunier
4b94efa246
Remove the android/ toplevel directory
...
To build gstreamer for android we are now using androgenizer which
generates the needed Android.mk files. Androgenizer can be found here:
* http://cgit.collabora.com/git/android/androgenizer.git/
2013-11-22 17:50:27 -03:00
Lubosz Sarnecki
7b1df27c86
gir: fix warnings
2013-11-22 17:50:27 -03:00
Thibault Saunier
a73644a7b9
video-uri-source: Handle interlaced videos
...
https://bugzilla.gnome.org/show_bug.cgi?id=710168
2013-11-19 12:37:23 -03:00
Thibault Saunier
e5d28fa86e
ges-launch: Let user set the track types to use
2013-11-14 16:17:31 -03:00
Thibault Saunier
7a1a044354
python: Remove old material.py example
2013-11-09 10:35:13 -03:00
Thibault Saunier
4367933747
ges-launch: Dot the pipeline on state changes and warnings
2013-11-09 10:35:13 -03:00
Thibault Saunier
371740ecdf
framepositionner: Fix the range of properties dealing with number of pixels
...
This way it is possible to interpolate those values.
2013-11-09 10:35:13 -03:00
Thibault Saunier
59d83f1a93
ges: Always create a project to back a timeline
...
And fix all the tests as we need to wait for the project to be loaded
to check the reference count of the timeline (as we keep a ref on the
timeline in project to later emit "loaded" on idle).
2013-11-09 10:35:12 -03:00
Thibault Saunier
bfc720f6c5
bindings: Cleanup and fix simple python example
2013-11-09 10:35:12 -03:00
Tim-Philipp Müller
aa86238d66
Automatic update of common submodule
...
From 865aa20 to dbedaa0
2013-11-05 11:23:08 +00:00
Kishore Arepalli
5a5228a25a
ges: Fix several memory leaks
...
https://bugzilla.gnome.org/show_bug.cgi?id=710390
2013-10-31 23:11:23 +01:00
Mathieu Duponchelle
219154eacb
track-element: add start to the position to which we wish we split the bindings.
...
The bindings split is relative to the beginning of the clip.
2013-10-30 12:09:52 -03:00
Thibault Saunier
0e35a68aa6
clip: Fix the find_track_element method
...
What we want is to be able to find a TrackElement by its type, and
possibly specify a Track where to look into.
2013-10-29 17:31:06 -03:00
Kishore Arepalli
71a6d75d75
ges-formatter: don't use 'class' as function argument name in headers
...
It's a keyword in C++ and C++ compilers won't like it.
https://bugzilla.gnome.org/show_bug.cgi?id=710172
2013-10-15 10:49:50 +01:00
Thibault Saunier
ee36beb244
uri-asset: Check if file exists before trying it as a proxy
...
This avoids:
1- discovering file that we know do not exist
2- proposing the current proxy path (that failed) as a possible proxy
which lead to errors
2013-10-11 17:09:46 -03:00
Thibault Saunier
87ca058e3f
ges-launch: Remember URIS that we tried to discover
...
So we do not fail several time trying to discover the same URI
Conflicts:
tools/ges-launch.c
2013-10-11 17:09:34 -03:00
Thibault Saunier
35acbae033
formatter: Try to use best formatter first
2013-10-09 20:25:47 -03:00
Thibault Saunier
d77f260f9e
audiosource: Add audioconvert and audioresample before the volume element
...
https://bugzilla.gnome.org/show_bug.cgi?id=709777
2013-10-09 20:08:03 -03:00
Mathieu Duponchelle
fb6aabfe4d
timeline: pass the correct argument to disconnect_by_func.
...
fixes #709205
2013-10-02 21:17:56 +02:00
Thibault Saunier
a1a9ac537e
Back to development
2013-09-28 21:07:10 +02:00
Thibault Saunier
93f0bc858d
Release 1.1.90
2013-09-28 20:49:13 +02:00
Thibault Saunier
ca562ba8a0
clip: Return the newly created TrackElement when adding an asset
...
This is a minor API change
2013-09-28 18:09:49 +02:00
Thibault Saunier
002977cd85
timeline: Add a signal to know when it is commited
2013-09-28 15:42:20 +02:00
MathieuDuponchelle
1c389d6af3
clip: split_bindings at position * + inpoint*
2013-09-28 02:44:06 +02:00
MathieuDuponchelle
e6f82c68e5
video-track: update gaps framerate along with restriction caps.
2013-09-28 02:44:06 +02:00
MathieuDuponchelle
1fac84c7b9
xml-formatter: add support for restriction caps.
2013-09-25 23:54:49 +02:00
Simon Corsin
3970e2fac7
video-source: Add a videorate in video-source.
...
And control it in framepositionner.
Conflicts:
ges/ges-video-source.c
2013-09-25 23:54:49 +02:00
Tim-Philipp Müller
974a8dd4ae
Automatic update of common submodule
...
From 6b03ba7 to 865aa20
2013-09-24 18:35:56 +01:00
Thibault Saunier
28775dad59
tests: Make sure not to test freed objects type
2013-09-22 23:06:22 +02:00
Thibault Saunier
efb638efe8
pipeline: Let some queuing in encodebin
...
It is sometimes necessary
2013-09-22 23:06:22 +02:00