pluginfeature: avoid duplicating feature->name
authorStefan Kost <ensonic@users.sf.net>
Thu, 28 Apr 2011 08:34:39 +0000 (11:34 +0300)
committerStefan Kost <ensonic@users.sf.net>
Wed, 18 May 2011 06:55:57 +0000 (09:55 +0300)
commitbd302bb63de30828fda78ba4eaf55e2447d48261
tree4f02e2802780adc9f7fc20055ed3d14d7174c88f
parent9ff4ec3104d2510b8f379ff38c671682ff795e33
pluginfeature: avoid duplicating feature->name

The feature name is not supposed to change over time anyway. In order to enforce
this parentize features to the registry and make the feature->name pointing to
GstObject:name. In 0.11 we could consider of removing the feature->name variable
(FIXME comment added).

Fixes: #459466
gst/gstpluginfeature.c
gst/gstpluginfeature.h
gst/gstregistry.c
gst/gstregistrychunks.c