gstreamer/libs/gst/control
Steve Baker 2caef6eec9 many changes including:
Original commit message from CVS:
many changes including:
- now the rate needs to be set explicitly, instead of from a pad
- asynchronous mode has been implemented - and it even works
- some refactoring of the process code
- a plugin api change, GST_DPMAN_PREPROCESS and GST_DPMAN_PROCESS have changed a bit
they are now *a lot* simpler to use, more flexible, and optimised so that the process func is never called if nothing changes - all in all worth the api breakage.

UPDATE YOUR PLUGINS PEOPLE!
2002-05-29 18:51:27 +00:00
..
control.c same change here 2002-05-02 13:41:07 +00:00
control.h added unitconvert which has a registry of Units of Measurement and an api to convert one unit to another. 2002-04-14 10:08:21 +00:00
dparam.c add a value-changed signal so that subclasses can precalculate stuff after a value has been changed 2002-05-29 18:45:25 +00:00
dparam.h add a value-changed signal so that subclasses can precalculate stuff after a value has been changed 2002-05-29 18:45:25 +00:00
dparam_smooth.c completely rewrite interpolation so that it is more stable, faster, easier to maintain and it now sounds damned smoooth 2002-05-29 18:47:06 +00:00
dparam_smooth.h completely rewrite interpolation so that it is more stable, faster, easier to maintain and it now sounds damned smoooth 2002-05-29 18:47:06 +00:00
dparamcommon.h This is a major update to the dparams api - I think it is now much cleaner and the app-side is much easier to use. hi... 2002-03-04 18:54:20 +00:00
dparammanager.c many changes including: 2002-05-29 18:51:27 +00:00
dparammanager.h many changes including: 2002-05-29 18:51:27 +00:00
dplinearinterp.c various include fixes, adding a doc on why as well 2002-04-12 09:24:37 +00:00
dplinearinterp.h various include fixes, adding a doc on why as well 2002-04-12 09:24:37 +00:00
Makefile.am added unitconvert which has a registry of Units of Measurement and an api to convert one unit to another. 2002-04-14 10:08:21 +00:00
unitconvert.c renamed rate-proportion to the more accurate hertz-rate-bound 2002-05-05 15:31:11 +00:00
unitconvert.h added unitconvert which has a registry of Units of Measurement and an api to convert one unit to another. 2002-04-14 10:08:21 +00:00