mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
GStreamer multimedia framework
20f76fe86f
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 |
||
---|---|---|
bindings | ||
common@7bb2bcecda | ||
docs | ||
ges | ||
m4 | ||
pkgconfig | ||
tests | ||
tools | ||
.gitignore | ||
.gitmodules | ||
Android.mk | ||
AUTHORS | ||
autogen.sh | ||
ChangeLog | ||
configure.ac | ||
COPYING | ||
COPYING.LIB | ||
gst-editing-services.doap | ||
gst-editing-services.spec.in | ||
INSTALL | ||
Makefile.am | ||
NEWS | ||
README | ||
RELEASE |
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