mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
21e56edfbc
Original commit message from CVS: put symbols in the sections.txt into the right sections (so that we dont get wrong undocumented symbols) added TITLE tags where they were missing fixed section names so that gtk-doc introspection works fixed typos in api docs and docbook docs added some thoughts about new interfaces (to personal notes)
21 lines
722 B
Text
21 lines
722 B
Text
$Id$
|
|
|
|
* cleanup of dparams
|
|
* 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 :-(
|
|
* 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
|
|
* move modes into extra modules
|
|
dparam_mode_synchronous
|
|
dparam_mode_asynchronous
|
|
dparam_mode_disabled
|
|
|
|
* documentation
|
|
* state of unitconvert
|
|
* state of sychronous params
|
|
|
|
* concept for global, voice params
|