GNOME Bugzilla – Bug 628943
make check fails if videomixer element can't be found
Last modified: 2010-09-08 09:35:52 UTC
This is with gnonlin 0.10.16 on Mandriva Cooker x86_64 running gstreamer 0.10.30: Running suite(s): gnonlin Unexpected critical/warning: gst_bin_add: assertion `GST_IS_ELEMENT (element)' failed 66%: Checks: 3, Failures: 1, Errors: 0 gstcheck.c:72:F:gnlcomposition:test_no_more_pads_race:0: Unexpected critical/warning: gst_bin_add: assertion `GST_IS_ELEMENT (element)' failed FAIL: gnl/gnlcomposition ================================================ 1 of 5 tests failed
Can you re-run the test with: GST_DEBUG=2 make check and attach the log
Created attachment 169659 [details] debug log
not enough info unfortunately go in tests/check/ and then run : GST_DEBUG=5 make gnl/gnlcomposition.check > log 2>&1 and attached the compressed log
Created attachment 169662 [details] compressed log
Ok, you're missing videomixer. Have gst-plugins-good available when running make check. Closing bug.
This should as a side effect also take care of this bug: commit 7f28db9c427a6328db1d71fd879f604c737d4fd0 Author: Tim-Philipp Müller <tim.muller@collabora.co.uk> Date: Wed Sep 8 00:33:20 2010 +0100 tests: find uninstalled -good plugins and use them for tests Enables some more tests / code paths in an uninstalled setup. Also remove duplicate GST_PLUGIN_DIRS. https://bugzilla.gnome.org/show_bug.cgi?id=628943 commit 54e0f9d81e2e10daffdbef618f110b85b7848228 Author: Tim-Philipp Müller <tim.muller@collabora.co.uk> Date: Wed Sep 8 00:25:42 2010 +0100 tests: skip gnlcomposition's test_no_more_pads_race test if videomixer is not available Fixes 'make check' in uninstalled setup where it currently can't find the -good plugins. https://bugzilla.gnome.org/show_bug.cgi?id=628943