GNOME Bugzilla – Bug 599272
faac check fails, undefined symbol
Last modified: 2009-10-22 10:03:13 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
Yes, it doesn't link to libgstbase. Will push a fix after freeze.
Created attachment 146022 [details] [review] faac: Link with libgstbase for GstAdapter Fixes bug #599272.
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.
Ok, pushed it now.