Commit graph

825 commits

Author SHA1 Message Date
Thibault Saunier
63e901ed12 GESTrackEffect: implementation of this new class 2011-05-06 10:38:58 +02:00
Edward Hervey
ef455154a0 ges-launch-0.10: Cleanup for error cases and print statements
* Use g_error for fatal errors
* Don't exit the application from the middle of nowhere
* Properly cleanup even in error cases
* Don't print out things which aren't needed
2011-05-06 10:36:10 +02:00
Tim-Philipp Müller
5072f46a70 Automatic update of common submodule
From c3cafe1 to 46dfcea
2011-04-24 14:07:33 +01:00
Alessandro Decina
62a3a7ed8c android: make it ready for androgenizer
Remove the android/ top dir
Fixe the Makefile.am to be androgenized

To build gstreamer for android we are now using androgenizer which generates the needed Android.mk files.
Androgenizer can be found here: http://git.collabora.co.uk/?p=user/derek/androgenizer.git
2011-04-11 17:15:55 +02:00
Stefan Kost
3a80573a86 Automatic update of common submodule
From 1ccbe09 to c3cafe1
2011-04-04 16:00:37 +03:00
Sebastian Dröge
f9bbfed7e6 Automatic update of common submodule
From 193b717 to 1ccbe09
2011-03-25 22:39:04 +01:00
Stefan Kost
2bc4d350ff Automatic update of common submodule
From b77e2bf to 193b717
2011-03-25 14:58:45 +02:00
Sebastian Dröge
be6fe322b1 build: Include lcov.mak to allow tests coverage report generation 2011-03-25 10:02:36 +01:00
Sebastian Dröge
da867186c4 Automatic update of common submodule
From d8814b6 to b77e2bf
2011-03-25 09:35:38 +01:00
Sebastian Dröge
6a22db92ca Automatic update of common submodule
From 6aaa286 to d8814b6
2011-03-25 09:12:04 +01:00
Stefan Kost
3eb5a5eb66 Automatic update of common submodule
From 6aec6b9 to 6aaa286
2011-03-24 18:51:48 +02:00
Thibault Saunier
49ac8a4e3e GESTimelinePipeline: the _init_ method shouldn't return before the end
Fixes #644939
2011-03-23 15:45:48 +01:00
Luis de Bethencourt
46e743f8eb autogen: wingo signed comment 2011-03-22 13:31:24 +01:00
Edward Hervey
027b454926 examples: Make sure we don't end up using NULL values 2011-03-15 14:05:07 +01:00
Edward Hervey
c8d77f2360 examples: Remove unused code 2011-03-15 14:04:49 +01:00
Edward Hervey
bf2c2b8f7a ges-launch: Handle return value of regcomp() 2011-03-15 14:02:14 +01:00
Edward Hervey
8927e8d72e KeyFileFormatter: Handle return value of gst_value_deserialize() 2011-03-15 14:01:41 +01:00
Alessandro Decina
d5622071f5 ges: fix compiler warnings 2011-03-01 17:38:52 +01:00
Vincent Penquerc'h
a35a29a810 ges: make uri strings const 2011-03-01 17:29:09 +01:00
Mark Nauwelaerts
b04055de40 Automatic update of common submodule
From 1de7f6a to 6aec6b9
2011-02-28 18:35:14 +01:00
Stefan Kost
9d29d5694a Automatic update of common submodule
From f94d739 to 1de7f6a
2011-02-14 12:57:00 +02:00
Edward Hervey
762c447936 TimelineObject: Store GParamSpec for height and layer 2011-02-09 11:21:02 +01:00
Vincent Penquerc'h
857142a15d ges: Check that the gnonlin elements are present at initialization time
This avoids hanging with no obvious cause later when they're not.

https://bugzilla.gnome.org/show_bug.cgi?id=641246
2011-02-08 16:43:11 +01:00
Tim-Philipp Müller
493059f01c tools: ignore unversioned ges-launch as well 2011-01-31 19:01:46 +00:00
Tim-Philipp Müller
2ab7c30161 ges-launch: fix printf format issue 2011-01-31 19:01:24 +00:00
Tim-Philipp Müller
2a98347461 ges: fix a couple of printf format warnings 2011-01-31 19:00:49 +00:00
Sebastian Dröge
94d448cace examples: Fix uninitialized variable compiler warning with gcc 4.6 2011-01-27 17:47:17 +01:00
Alessandro Decina
77d789b077 ges: fix compiler warnings 2011-01-27 17:44:43 +01:00
Stefan Kost
a447bc5b02 launch: fix typo in help output 2011-01-26 23:50:00 +02:00
Edward Hervey
9293183e04 configure.ac: And back to development we go 2011-01-25 11:21:06 +01:00
Edward Hervey
ec420e38fb Release 0.10.1 2011-01-20 22:04:06 +01:00
Edward Hervey
f259c0dc98 random: Update goals/features document
So that everybody can know what features we want.
2011-01-18 19:06:45 +01:00
Edward Hervey
c2668d0585 configure.ac: 0.10.0.4 pre-release 2011-01-17 14:01:28 +01:00
Edward Hervey
7240050f75 ges-launch: Set restriction on video profile if present 2011-01-17 13:59:44 +01:00
Edward Hervey
ed92d148db ges-launch: Remove dead code and make functions/variables static 2011-01-12 17:52:10 +01:00
Edward Hervey
0f42801985 ges-launch: Fix and cleanup enum listing
It wasn't displaying anything lately.
2011-01-12 17:45:23 +01:00
Edward Hervey
c9677f9e71 0.10.0.3 pre-release 2011-01-11 20:28:25 +01:00
Sebastian Dröge
4d44572452 ges-launch: Add GStreamer major/minor version to the executable filename
https://bugzilla.gnome.org/show_bug.cgi?id=639222
2011-01-11 18:19:08 +01:00
Edward Hervey
753c16055e ges: Fix more ges_timeline_get_layers() usage memory leaks 2011-01-11 18:14:41 +01:00
Sebastian Dröge
8dff71aa08 ges: Don't install ges-internal.h and hide the GES debug category symbols
Fixes bug #639219.
2011-01-11 18:02:33 +01:00
Edward Hervey
fb93259f12 ges-utils: minor doc update 2011-01-11 17:55:34 +01:00
Sebastian Dröge
93eb5cc74a ges: Only export symbols starting with ges_ or GES_
https://bugzilla.gnome.org/show_bug.cgi?id=639218
2011-01-11 17:55:33 +01:00
Sebastian Dröge
818368ffcf ges: Mark some private symbols static
https://bugzilla.gnome.org/show_bug.cgi?id=639218
2011-01-11 17:55:33 +01:00
Sebastian Dröge
6864677dc2 configure: Require G-I 0.9.6 for the --identifier-prefix parameter 2011-01-11 15:32:51 +01:00
Sebastian Dröge
3142e86dd9 pkg-config: Require gstreamer-controller and gstreamer-pbutils
Their headers are included by public GES headers
2011-01-11 15:29:01 +01:00
Sebastian Dröge
4315bd235e configure: Add parameter to select GTK+ version to use and default to 2.0 2011-01-11 15:26:08 +01:00
Stefan Kost
dfdb83e7b1 Automatic update of common submodule
From e572c87 to f94d739
2011-01-11 15:52:57 +02:00
Tim-Philipp Müller
f0fe8bd433 Automatic update of common submodule
From 8b72fde to e572c87
2011-01-10 16:40:02 +00:00
Edward Hervey
d790a36ff4 common: Update to current master 2011-01-10 16:51:34 +01:00
Edward Hervey
5387d36a15 TimelinePipeline: minor doc fix 2011-01-10 16:50:51 +01:00