GStreamer multimedia framework
Go to file
Tim-Philipp Müller 80909fb99a ges-base-xml-formatter: fix property setting
GstStructureForeachFunc has a gboolean return value,
and the foreach function will stop unless we return
TRUE here. This meant it was potluck whether all
properties in the structure got set or not.

Fixes setting of text overlay clip text property
in particular.

https://bugzilla.gnome.org/show_bug.cgi?id=743874
2015-02-26 20:14:31 +00:00
bindings ges-pipeline: Rename add_timeline to set_timeline 2014-02-04 14:17:47 +01:00
common@bc76a8b6a2 Automatic update of common submodule 2015-01-12 16:14:32 +01:00
data/completions ges-launch: enable auto-completion. 2015-02-23 21:21:17 +01:00
docs timeline: Add a method to easily check if a timeline is empty 2014-12-06 10:34:19 +01:00
ges ges-base-xml-formatter: fix property setting 2015-02-26 20:14:31 +00:00
m4 remove m4/*.m4, will be automatically created by autogen.sh 2009-11-09 15:54:18 +01:00
pkgconfig ges: Update versioning 2012-04-04 14:50:23 +02:00
tests Cleanly handle removing the last object in a composition 2015-02-03 12:03:33 +01:00
tools tools: Avoid trying to remove a signal handler that has already been removed 2014-12-13 15:14:39 +01:00
.gitignore Add some ignore files to .gitignore 2014-12-06 10:34:16 +01:00
.gitmodules It builds !!!! :) 2009-08-04 19:22:53 +02:00
Android.mk android: make it ready for androgenizer 2011-04-11 17:15:55 +02:00
AUTHORS AUTHORS/README: cleanup 2010-11-11 17:45:20 +01:00
autogen.sh Automatic update of common submodule 2013-12-22 22:36:16 +00:00
ChangeLog Release 1.4.0 2014-10-20 11:56:36 +02:00
configure.ac build: fix make distcheck. 2015-02-24 18:00:34 +01:00
COPYING Fix FSF address 2012-11-04 00:25:20 +00:00
COPYING.LIB Fix FSF address 2012-11-04 00:25:20 +00:00
gst-editing-services.doap Release 1.4.0 2014-10-20 11:56:36 +02:00
gst-editing-services.spec.in ges: Update versioning 2012-04-04 14:50:23 +02:00
INSTALL Fix build. Can now run make distcheck. 2009-08-07 17:11:33 +02:00
Makefile.am ges-launch: enable auto-completion. 2015-02-23 21:21:17 +01:00
NEWS Release 1.4.0 2014-10-20 11:56:36 +02:00
README AUTHORS/README: cleanup 2010-11-11 17:45:20 +01:00
RELEASE Release 1.4.0 2014-10-20 11:56:36 +02:00

GStreamer Editing Services
--------------------------

 This is a high-level library for facilitating the creation of audio/video
non-linear editors.

License:
--------

  This package and its contents are licensend under the GNU Lesser General
Public License (LGPL).

Dependencies:
-------------

 * GStreamer core
 * gst-plugins-base
 * gnonlin