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 599272 - faac check fails, undefined symbol
faac check fails, undefined symbol
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
0.10.15
Other Linux
: Normal normal
: 0.10.16
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-10-22 09:07 UTC by Götz Waschk
Modified: 2009-10-22 10:03 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
faac: Link with libgstbase for GstAdapter (1.02 KB, patch)
2009-10-22 09:11 UTC, Sebastian Dröge (slomo)
committed Details | Review

Description Götz Waschk 2009-10-22 09:07:16 UTC
This is on Mandriva cooker with gst-plugins-bad 0.10.15, faac 1.28, gstreamer 0.10.25:

$ make check_PROGRAMS=elements/faac check

(faac:1398): GStreamer-WARNING **: Failed to load plugin '../../ext/faac/.libs/libgstfaac.so': ../../ext/faac/.libs/libgstfaac.so: undefined symbol: gst_adapter_peek
Running suite(s): faac
0%: Checks: 2, Failures: 2, Errors: 0
gstcheck.c:153:F:general:test_adts:0: Could not create a 'faac' element
gstcheck.c:153:F:general:test_raw:0: Could not create a 'faac' element
FAIL: elements/faac
==========================================================================
1 of 1 test failed
Please report to http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer
==========================================================================
make[1]: *** [check-TESTS] Fehler 1
Comment 1 Sebastian Dröge (slomo) 2009-10-22 09:09:53 UTC
Yes, it doesn't link to libgstbase. Will push a fix after freeze.
Comment 2 Sebastian Dröge (slomo) 2009-10-22 09:11:39 UTC
Created attachment 146022 [details] [review]
faac: Link with libgstbase for GstAdapter

Fixes bug #599272.
Comment 3 Sebastian Dröge (slomo) 2009-10-22 09:12:09 UTC
Yes, it doesn't link to libgstbase. Will push a fix after freeze.
Comment 4 Tim-Philipp Müller 2009-10-22 09:32:44 UTC
I think Jan was thinking about making another release of -bad tomorrow because of a deadlock in autoconvert, so you might want to get this in with that then.
Comment 5 Sebastian Dröge (slomo) 2009-10-22 10:03:13 UTC
Ok, pushed it now.