GNOME Bugzilla – Bug 705157
tests: playbin_complex check fails during make check
Last modified: 2013-08-19 18:38:22 UTC
================================================================= GStreamer Base Plug-ins 1.1.3.1: tests/check/test-suite.log ================================================================= # TOTAL: 47 # PASS: 46 # SKIP: 0 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 .. contents:: :depth: 2 FAIL: elements/playbin-complex ============================== Running suite(s): playbin_complex 92%: Checks: 14, Failures: 1, Errors: 0 elements/playbin-complex.c:857:F:general:test_autoplug_decoder_sink_combination:0: 'gst_element_get_state (playbin, NULL, NULL, -1)' (0) is not equal to 'GST_STATE_CHANGE_SUCCESS' (1)
Is this reproducible? If yes, could you run: GST_CHECKS=test_autoplug_decoder_sink_combination make -C tests/check elements/playbin-complex.check-norepeat 2>dbg.log and attach dbg.log?
[kmaraas@localhost gst-plugins-base (master)]$ GST_CHECKS=test_autoplug_decoder_sink_combination make -C tests/check elements/playbin-complex.check-norepeat 2>dbg.log make: Entering directory `/home/kmaraas/src/gnome/gst-plugins-base/tests/check' Running suite(s): playbin_complex 0%: Checks: 1, Failures: 1, Errors: 0 elements/playbin-complex.c:857:F:general:test_autoplug_decoder_sink_combination:0: 'gst_element_get_state (playbin, NULL, NULL, -1)' (0) is not equal to 'GST_STATE_CHANGE_SUCCESS' (1) make: Leaving directory `/home/kmaraas/src/gnome/gst-plugins-base/tests/check' [kmaraas@localhost gst-plugins-base (master)]$ cat dbg.log make: *** [elements/playbin-complex.check-norepeat] Error 1
Sorry, also add a GST_DEBUG=*:6 please :)
Created attachment 250593 [details] gzipped debug log fil Logfile
That could be caused by this test using autoaudiosink. Does it work better after this commit? commit 8d65deb7edc5c894cca3e43a5d9f43d48add995e Author: Sebastian Dröge <slomo@circular-chaos.org> Date: Tue Aug 13 13:43:32 2013 +0200 playbin-complex: Set fakesink as audio-sink to not use a real audio device https://bugzilla.gnome.org/show_bug.cgi?id=705157
Kjartan: could you confirm whether the above commit fixes this for you?
PASS: elements/playbin-complex
Thanks for testing!