gstreamer/docs/random/ensonic/dparams.txt
Stefan Kost 5f11755575 docs/random/ensonic/dparams.txt: some TODOs for the next dev cycle
Original commit message from CVS:
* docs/random/ensonic/dparams.txt:
some TODOs for the next dev cycle
* libs/gst/controller/gstcontroller.c:
(gst_controlled_property_set_interpolation_mode),
(gst_controlled_property_new):
* libs/gst/controller/gstcontroller.h:
use base type to assign acccessor functions
2005-11-28 13:25:14 +00:00

15 lines
511 B
Plaintext

$Id$
* controller changes
* handling of G_TYPE_XXX is distributed over
gst-controller.c::gst_controlled_property_set_interpolation_mode()
gst-controller.c::gst_controlled_property_new
gst-interpolation.c
* it would be better to put handlers for each type into a struct
and register it into a hashmap with the G_TYPE as the key
* functions in gst-controller.c could try the key,
if no handler is registered the try the type_parent and so on
* implement quadric/qubic interpolation