gstreamer/libs/gst/controller
Stefan Sauer 9a27b9c056 controller: move to core/gstobject
Move the controller to gstobject as a simple delegate. The controller and
controlsource are not classes in core. The controlsources stay separate as a lib
for now. This way we can avoid the qdata lookups.

Also remove controller_init(). There is no more need to link to controller for
elements.

Also sanitize the API. We now have functions to add properties like we had
methods to remove that. That avoids then ref count hacks we had in _new.
2011-11-04 20:11:51 +01:00
..
.gitignore Update a bunch of gitignores to clean up my git status output 2009-01-23 16:08:40 +00:00
gstinterpolation.c build: fix build with -Werror with GCC 4.6.0 2011-03-21 09:29:19 +01:00
gstinterpolationcontrolsource.c controller: move to core/gstobject 2011-11-04 20:11:51 +01:00
gstinterpolationcontrolsource.h controller: move to core/gstobject 2011-11-04 20:11:51 +01:00
gstinterpolationcontrolsourceprivate.h controller: Use ordered GSequence instead of GList 2009-05-14 22:13:47 +02:00
gstlfocontrolsource.c controller: move to core/gstobject 2011-11-04 20:11:51 +01:00
gstlfocontrolsource.h controller: move to core/gstobject 2011-11-04 20:11:51 +01:00
gstlfocontrolsourceprivate.h libs/gst/controller/: API: Add GstLFOControlSource, a control source that gives values for specific timestamps based ... 2007-08-03 15:47:17 +00:00
Makefile.am controller: move to core/gstobject 2011-11-04 20:11:51 +01:00