projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb294cb
)
gstobject: add fixme-0.11 comment
author
Stefan Kost
<ensonic@users.sf.net>
Mon, 14 Dec 2009 09:07:25 +0000
(11:07 +0200)
committer
Stefan Kost
<ensonic@users.sf.net>
Mon, 14 Dec 2009 09:08:48 +0000
(11:08 +0200)
gst/gstobject.c
patch
|
blob
|
history
diff --git
a/gst/gstobject.c
b/gst/gstobject.c
index ebf3d2d000cd707ac831e9452202e0f804da71b7..82171ac2e85b486485782e5bbc7ead19dc64afaf 100644
(file)
--- a/
gst/gstobject.c
+++ b/
gst/gstobject.c
@@
-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 */