summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2010-02-18 09:17:06 +0100
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2010-02-19 14:31:54 +0100
commit4f840e05fd68714c2f42c671247e708f2ffca186 (patch)
treed7c7dc104e49e5e43135236a35c7d7b5a8f43f1c /libs
parent1eea2495ff20ba61ecd8df376630cf32ae3e9ff0 (diff)
controller: Add some FIXME 0.11 comments
Diffstat (limited to 'libs')
-rw-r--r--libs/gst/controller/gsthelper.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/gst/controller/gsthelper.c b/libs/gst/controller/gsthelper.c
index de246b1db..22f54c61d 100644
--- a/libs/gst/controller/gsthelper.c
+++ b/libs/gst/controller/gsthelper.c
@@ -110,6 +110,7 @@ gst_object_uncontrol_properties (GObject * object, ...)
* Returns: the controller handling some of the given element's properties, %NULL if no controller
* Since: 0.9
*/
+/* FIXME 0.11: This should return a new reference */
GstController *
gst_object_get_controller (GObject * object)
{
@@ -128,6 +129,7 @@ gst_object_get_controller (GObject * object)
* Returns: %FALSE if the GObject already has an controller, %TRUE otherwise
* Since: 0.9
*/
+/* FIXME 0.11: This should increase the refcount before storing */
gboolean
gst_object_set_controller (GObject * object, GstController * controller)
{