[Gstreamer-bugs] [Bug 113748] Changed - Plugin(s) not linked to libgstreamer

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Wed May 28 05:48:22 PDT 2003


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=113748

Changed by magnus.bergman at observer.net.

--- shadow/113748	Tue May 27 16:45:29 2003
+++ shadow/113748.tmp.29728	Wed May 28 08:48:22 2003
@@ -19,6 +19,18 @@
 
 ------- Additional Comments From ds at schleef.org  2003-05-27 16:45 -------
 Plugins are not supposed to be linked with libgstreamer, since they
 are designed to be loaded by it.
 
 Can you provide more information about what you are trying to do?
+
+------- Additional Comments From magnus.bergman at observer.net  2003-05-28 08:48 -------
+I wrote a plugin to a comercial closed-source source system. This plugin
+uses gstreamer (and is linked to libgstreamer). Loading this plugin is
+no problem. But then gstreamer in turn tries to load its plugins it
+fails for libgstoptscheduler.so.
+
+libgstoptscheduler.so: undefined symbol: _gst_bin_type
+
+This symbol is defined in libgstreamer, but accessible to gstreamers
+plugins. I suspect this can be avoided with the RTDL_GLOBAL flag to
+dlopen() when my plugin is loaded (from the closed-source program).





More information about the Gstreamer-bugs mailing list