After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 91805 - Get critical error running gst-register
Get critical error running gst-register
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other other
: Normal normal
: 0.4.0
Assigned To: Wim Taymans
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2002-08-27 16:31 UTC by Christian Fredrik Kalager Schaller
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian Fredrik Kalager Schaller 2002-08-27 16:31:32 UTC
When running gst-register as a user I get:

float2int: could not load support library: 'gstbytestream'

** (process:28478): CRITICAL **: file gstintfloatconvert.c: line 34
(plugin_init): assertion `ret == TRUE' failed
added plugin gst_arts with 1 feature(s)
Comment 1 Thomas Vander Stichele 2002-09-09 09:39:34 UTC
due to the plug-in ordering being different on your machine;
bytestream is needed.
The right fix would be to figure this sort of stuff out, and maybe we
should provide some mechanism where a plug-in lets the core know what
supporting lib it needs.
Another solution would be to add a LOAD_PRIORITY value to all of the
plug-ins (with default 0), so that the highest priorities get loaded
first.
That would probably be the easiest fix.
Comment 2 Thomas Vander Stichele 2002-09-14 14:02:23 UTC
fixed by being less verbose about "failures"