2004-07-15 13:20:54 +00:00
|
|
|
$Id$
|
|
|
|
|
|
|
|
* cleanup of dparams
|
2004-07-21 11:32:09 +00:00
|
|
|
* even though it is long try to stick to the prefix "dparam" for the whole library
|
|
|
|
* e.g. avoid namespace clashes with "dataprotocol" which is using "dp" as well :-(
|
2004-07-15 13:20:54 +00:00
|
|
|
* resolve g_return_if_fail() into GST_WARNING and return()
|
|
|
|
in cases where the caller has to handle the problem
|
|
|
|
* rename
|
|
|
|
GST_TYPE_DPSMOOTH to GST_TYPE_DPARAM_SMOOTH
|
|
|
|
GST_TYPE_DP_LININT to GST_TYPE_DPARAM_LININT
|
|
|
|
there seems to be nobody using them, as they still look unfinished
|
2004-07-21 11:32:09 +00:00
|
|
|
* move modes into extra modules
|
|
|
|
dparam_mode_synchronous
|
|
|
|
dparam_mode_asynchronous
|
|
|
|
dparam_mode_disabled
|
|
|
|
|
|
|
|
* documentation
|
|
|
|
* state of unitconvert
|
|
|
|
* state of sychronous params
|
2004-07-15 13:20:54 +00:00
|
|
|
|
|
|
|
* concept for global, voice params
|