gracefully handle helper method calls to objects that are not beeing controlled,...
authorStefan Kost <ensonic@users.sourceforge.net>
Tue, 23 Aug 2005 21:32:31 +0000 (21:32 +0000)
committerStefan Kost <ensonic@users.sourceforge.net>
Tue, 23 Aug 2005 21:32:31 +0000 (21:32 +0000)
commitda9c04e2f0fa37d007c94e81b5226292178367b6
tree6460da86900d6b56cf1d6d57335c9619c142be15
parentbc3dfd5d558366efd712ca74ac83f1074fe35ae1
gracefully handle helper method calls to objects that are not beeing controlled, added test case for that

Original commit message from CVS:
* check/gst-libs/controller.c: (GST_START_TEST),
(gst_controller_suite):
* docs/gst/tmpl/gstcaps.sgml:
* docs/gst/tmpl/gstghostpad.sgml:
* docs/gst/tmpl/gstquery.sgml:
* docs/gst/tmpl/gstutils.sgml:
* libs/gst/controller/gst-helper.c: (gst_object_set_controller),
(gst_object_sink_values), (gst_object_get_value_arrays),
(gst_object_get_value_array):
gracefully handle helper method calls to objects that are not beeing
controlled, added test case for that
ChangeLog
check/gst-libs/controller.c
docs/gst/tmpl/gstcaps.sgml
docs/gst/tmpl/gstghostpad.sgml
docs/gst/tmpl/gstquery.sgml
docs/gst/tmpl/gstutils.sgml
libs/gst/controller/gst-helper.c
libs/gst/controller/gsthelper.c
tests/check/libs/controller.c