GStreamer multimedia framework
Go to file
Thibault Saunier 20f76fe86f trackelement: Add a lookup_child vmethod
This method can be used for subclass to override the default behaviour
for child lookup. This vmethod can be used for example in the case where
you want the name of a child property to be 'overridden'.

As an example in the GESTitleSource where we have a videotestsrc
which has a 'foreground-color' property that is used in the TitleSource
to set the background color of the title, this vmethod is now used to
tweak the name passed as parameter to rename "background" to
"foreground-backend" making our API understandable.

API:
  GESTrackElement::lookup_child

https://bugzilla.gnome.org/show_bug.cgi?id=727880
2014-11-10 16:22:41 +01:00
bindings ges-pipeline: Rename add_timeline to set_timeline 2014-02-04 14:17:47 +01:00
common@7bb2bcecda Automatic update of common submodule 2014-10-27 18:01:56 +01:00
docs track-element: Add an API to list all set ControlBinding 2014-11-10 16:22:40 +01:00
ges trackelement: Add a lookup_child vmethod 2014-11-10 16:22:41 +01: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 nle: Handle sending SEEK event recursively to our children 2014-11-10 16:22:40 +01:00
tools ges-validate: inform of clip removal. 2014-11-10 16:22:41 +01:00
.gitignore .gitignore: add test driver and more test binaries 2014-01-10 00:05:34 +00: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 Start taking advantage of the fact that NLE is in the same three as GES! 2014-10-31 11:58:12 +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 Parallelise 'make check-valgrind' 2014-10-26 20:23:26 +00: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