mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
gstobject: add fixme-0.11 comment
This commit is contained in:
parent
cb294cb5ea
commit
076aeeb74b
1 changed files with 4 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue