[Bug 679315] New: Avoid multiple libraries in the shared-library tag
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Tue Jul 3 02:59:25 PDT 2012
https://bugzilla.gnome.org/show_bug.cgi?id=679315
GStreamer | gstreamer (core) | unspecified
Summary: Avoid multiple libraries in the shared-library tag
Classification: Platform
Product: GStreamer
Version: unspecified
OS/Version: Mac OS
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: gstreamer (core)
AssignedTo: gstreamer-bugs at lists.freedesktop.org
ReportedBy: johan at gnome.org
QAContact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
Using multiple libraries causes problems for the C# bindings and will for
similiar languages such as Java when there are bindings for them.
It's actually not needed:
12:45 <jdahlin> shana:: I think you're confused about what the shared-library
attribute means.
12:45 <jdahlin> shana: it actually means; a comma separated lists of libraries
that need to be dynamically loaded in the global symbol namespace in the
application
GstBase-0.10.gir:
shared-library="libgstreamer-0.10.so.0,libgstbase-0.10.so.0"
GstCheck-0.10.gir:
shared-library="libgstreamer-0.10.so.0,libgstcheck-0.10.so.0"
GstController-0.10.gir:
shared-library="libgstreamer-0.10.so.0,libgstcontroller-0.10.so.0"
GstNet-0.10.gir:
shared-library="libgstreamer-0.10.so.0,libgstnet-0.10.so.0"
GstPbutils-0.10.gir:
shared-library="libgstpbutils-0.10.so.0,libgstreamer-0.10.so.0"
The right thing here is to remove libgstreamer-0.10.so from all girs.
I did a quick check and this still applies to HEAD.
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list