GNOME Bugzilla – Bug 321430
goom fails to register on amd64
Last modified: 2005-11-22 22:37:43 UTC
WARN (0x50fd20 - 0:00:00.361232000) GST_PLUGIN_LOADING( 655) gstplugin.c(411):gst_plugin_load_file: module_open failed: /home/wingo/src/gst-all/gst-plugins-good/gst/goom/.libs/libgstgoom.so: undefined symbol: setPixelRGB
Created attachment 55109 [details] [review] Fix inlinine functions to be defined correctly. Suspect this patch will fix, but since it doesn't fail for me, I can't test, so I don't want to just commit this. goom should be either undergo substantial surgery or be thrown into -bad, regardless. It abuses global variables, etc.
Why not apply the patch in any case? There's little point in keeping extern inline stuff around if it can easily turned into a static inline, is there?
Hm. Good point, I suppose. Also, I've convinced myself that the fix is correct and sufficient to fix this bug.