<div dir="ltr"><div><div><div>I do have Erik Vontanes precompiled gstreamer-1.0.10 installed in /usr or in fact in /usr/lib/arm-linux-gnueabihf.<br><br></div>Running just gstreamer (no base-plugins or other plugins installed) I get this:<br>
<br>gst-launch-1.0 --version<br>gst-launch-1.0: symbol lookup error: gst-launch-1.0: undefined symbol: _gst_date_time_type<br>pi@raspberrypi ~/GStreamer/gstreamer-1.3.90/gstreamer $ gst-inspect-1.0 --version<br>gst-inspect-1.0: symbol lookup error: gst-inspect-1.0: undefined symbol: _gst_caps_features_memory_system_memory<br>
<br></div>Probably the same issue. Executing 'export LD_LIBRARY_PATH=/usr/local/lib' fixes that. Shouldn't gstreamer look first in PREFIX/lib before it uses system settings for from ldconfig before loading shared libraries ? I use to have a default gstreamer in /usr and a newer compiled version in /usr/local and it usually gives little problems, but perhaps it was pure chance?<br>
<br></div><div>Seems to work also for gst-plugins-base now with the export of LD_LIBRARY_PATH=/usr/local<br></div><div><br></div>Best regards<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Jul 1, 2014 at 8:08 PM, Sebastian Dröge <span dir="ltr"><<a href="mailto:sebastian@centricular.com" target="_blank">sebastian@centricular.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Di, 2014-07-01 at 19:55 +0200, Peter Maersk-Moller wrote:<br>
> Hi<br>
><br>
> Trying to compile GStremaer-1.3.90 on Raspberry Pi (Raspbian GNU/Linux 7 -<br>
> wheezy) updated I get the following error message:<br>
><br>
> make[3]: Entering directory<br>
> `/home/pi/GStreamer/gstreamer-1.2/gst-plugins-base/docs/libs'<br>
>   DOC   Scanning header files<br>
>   DOC   Introspecting gobjects<br>
> /home/pi/GStreamer/gstreamer-1.2/gst-plugins-base/docs/libs/.libs/lt-gst-plugins-base-libs-scan:<br>
> symbol lookup error:<br>
> /home/pi/GStreamer/gstreamer-1.2/gst-plugins-base/gst-libs/gst/riff/.libs/libgstriff-1.0.so.0:<br>
> undefined symbol: _gst_fraction_type<br>
> Scan failed:<br>
> make[3]: *** [scan-build.stamp] Error 127<br>
> make[3]: Leaving directory<br>
> `/home/pi/GStreamer/gstreamer-1.2/gst-plugins-base/docs/libs'<br>
><br>
> Trying to figure what is missing. Should it be filed as a bug?<br>
<br>
</div></div>That sounds like it is using <a href="http://libgstreamer-1.0.so" target="_blank">libgstreamer-1.0.so</a> from your installed<br>
version (which is older than 1.3.90) instead of the 1.3.90 version.<br>
<br>
Can you check that?<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Sebastian Dröge, Centricular Ltd - <a href="http://www.centricular.com" target="_blank">http://www.centricular.com</a><br>
Expertise, Straight from the Source<br>
</font></span><br>_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
<br></blockquote></div><br></div>