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 321430 - goom fails to register on amd64
goom fails to register on amd64
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
0.9.x
Other Linux
: Normal normal
: 0.9.6
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-11-14 13:02 UTC by Andy Wingo
Modified: 2005-11-22 22:37 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix inlinine functions to be defined correctly. (1.14 KB, patch)
2005-11-22 20:47 UTC, Michael Smith
none Details | Review

Description Andy Wingo 2005-11-14 13:02:52 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
Comment 1 Michael Smith 2005-11-22 20:47:08 UTC
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.
Comment 2 Tim-Philipp Müller 2005-11-22 21:59:04 UTC
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?
Comment 3 Michael Smith 2005-11-22 22:37:43 UTC
Hm. Good point, I suppose. Also, I've convinced myself that the fix is correct
and sufficient to fix this bug.