gst/gsterror.c: Add another error string used in a few existing plugins.
authorMichael Smith <msmith@xiph.org>
Tue, 4 Oct 2005 11:10:04 +0000 (11:10 +0000)
committerMichael Smith <msmith@xiph.org>
Tue, 4 Oct 2005 11:10:04 +0000 (11:10 +0000)
commit35188bbe39bd16bced25a91c2411219fa0367077
tree5ba70b3ed82ad4c9073ff084e0462fc0276eb3d4
parent0a55c5f642d597400475d58f06bf8cf0dbed46cc
gst/gsterror.c: Add another error string used in a few existing plugins.

Original commit message from CVS:
* gst/gsterror.c: (_gst_stream_errors_init):
Add another error string used in a few existing plugins.

* gst/gstplugin.c:
* gst/gstpluginfeature.c: (gst_plugin_feature_load):
* tools/gst-inspect.c: (print_element_info):
When a feature disappears from a plugin (and the feature exists in
the cached registry file), things went horribly wrong. This isn't a
complete fix, we should actually be removing the 'missing' features
from the features list when we load the actual plugin. That's not
yet implemented.
gst/gsterror.c
gst/gstplugin.c
gst/gstpluginfeature.c
tools/gst-inspect.c