[gstreamer-bugs] [Bug 639039] gobject-introspection: GstPbutils gir scanner fails to link with gold linker
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Tue Jan 11 07:04:11 PST 2011
https://bugzilla.gnome.org/show_bug.cgi?id=639039
GStreamer | gst-plugins-base | git
Tim-Philipp Müller <t.i.m> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
Summary|to solve a problem between |gobject-introspection:
|gcc-4.5.2 and |GstPbutils gir scanner
|gst-plugins-base-0.10.31.2 |fails to link with gold
| |linker
--- Comment #7 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2011-01-11 15:04:05 UTC ---
Hopefully this does the trick:
commit 53893cfba881f573aa398d2660b451fe138bf3e0
Author: Tim-Philipp Müller <tim.muller at collabora.co.uk>
Date: Tue Jan 11 14:59:38 2011 +0000
gobject-introspection: pass --library-path as well to make it find the
right libgstreamer
Makes things work again properly in uninstalled setups (and
presumably in installed setups where GStreamer is installed
into a non-standard prefix). Requires fixes from core git.
https://bugzilla.gnome.org/show_bug.cgi?id=639039
commit 7c55ad4db33f60771d72ab7c109006d45dc335d3
Author: Byeong-ryeol Kim <brofkims at gmail.com>
Date: Tue Jan 11 14:52:51 2011 +0000
gobject-introspection: fix issue when gold linker is used
Need to pass libgstreamer-0.10 explicitly to linker, since we're
calling gst_init(), which in turn is needed because the encoding
target get_type() function calls gst_value_register().
https://bugzilla.gnome.org/show_bug.cgi?id=639039
--
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