libs/gst/controller/gstcontroller.*: Clarify the docs of gst_controller_get_value_arr...
authorSebastian Dröge <slomo@circular-chaos.org>
Mon, 21 May 2007 21:34:49 +0000 (21:34 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Mon, 21 May 2007 21:34:49 +0000 (21:34 +0000)
commit51424c0da5c2dabf15c414905a5b396790d6ff52
tree7f2e3125446160bb1ee2a2030c3cb14769dc3047
parent8482f46afe4832aeeccec24fea287cef760e31a1
libs/gst/controller/gstcontroller.*: Clarify the docs of gst_controller_get_value_array(): The array where the values...

Original commit message from CVS:
* libs/gst/controller/gstcontroller.c:
(gst_controller_get_value_array):
* libs/gst/controller/gstcontroller.h:
Clarify the docs of gst_controller_get_value_array(): The array where
the values should be written to must be allocated as there seems to be
no way to get the size of a random GType. This doesn't change any
behaviour. Also fix some typos all over the place and remove an unused,
commented function that is not necessary as g_object_set() could be
used instead.
* tests/check/libs/controller.c: (GST_START_TEST),
(gst_controller_suite):
Add unit test for gst_controller_get_value_array().
ChangeLog
libs/gst/controller/gstcontroller.c
libs/gst/controller/gstcontroller.h
tests/check/libs/controller.c