gstobject: add fixme-0.11 comment

This commit is contained in:
Stefan Kost 2009-12-14 11:07:25 +02:00
parent cb294cb5ea
commit 076aeeb74b

View file

@ -675,6 +675,10 @@ gst_object_set_name (GstObject * object, const gchar * name)
GST_OBJECT_UNLOCK (object);
result = gst_object_set_name_default (object);
}
/* FIXME-0.11: this misses a g_object_notify (object, "name"); unless called
* from gst_object_set_property.
* Ideally remove such custom setters (or make it static).
*/
return result;
/* error */