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 301646 - '_g_log_domain_gstreamer' not exported from libgstreamer on OS X
'_g_log_domain_gstreamer' not exported from libgstreamer on OS X
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.8.9
Other Mac OS
: Normal normal
: 0.8.10
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-04-22 22:52 UTC by Jonathan Matthew
Modified: 2005-06-30 16:03 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jonathan Matthew 2005-04-22 22:52:08 UTC
Distribution/Version: 10.3

The symbol '_g_log_domain_gstreamer' does not match the export symbols regex
defined in gst/Makefile.am, so on OS X it's not visible from outside libgstreamer.
This causes various plugins (entryomega, basicomega, optomega) to fail to load.
It might have caused build problems, but I don't really remember (it was a
couple of weeks ago that I noticed this, then promptly forgot about it).
Comment 1 David Schleef 2005-05-14 23:57:22 UTC
I changed g_log_domain_gstreamer to a string literal, which it was supposed to
be all along.