GNOME Bugzilla – Bug 640287
camerabin2 checks fail
Last modified: 2011-01-25 11:15:58 UTC
This is on Mandriva Cooker with gst-plugins-bad and gstreamer 0.10.32: Running suite(s): camerabin2 Unexpected critical/warning: gst_pad_fixate_caps: assertion `!gst_caps_is_empty (caps)' failed ** ERROR:elements/camerabin2.c:359:check_file_validity: assertion failed: (pad != NULL) 66%: Checks: 6, Failures: 1, Errors: 1 gstcheck.c:72:F:wrappercamerabinsrc:test_multiple_image_captures:0: Unexpected critical/warning: gst_pad_fixate_caps: assertion `!gst_caps_is_empty (caps)' failed elements/camerabin2.c:514:E:wrappercamerabinsrc:test_multiple_video_recordings:0: (after this point) Received signal 6 (Aborted) FAIL: elements/camerabin2 Running suite(s): imagecapturebin 75%: Checks: 4, Failures: 1, Errors: 0
Could you attach a) a full GST_DEBUG=*:5 debug log please? b) a stack trace (make elements/camerabin2.gdb) Just to be sure: you passed --enable-experimental to configure, right?
Yes, the experimental stuff is enabled. Here is the backtrace: (gdb) bt
+ Trace 225650
Hold on for the debug log, it is quite big and I have to find a place for it first.
Here is the debug log: http://kenobi.mandriva.com/~goetz/dbg.log.xz
This probably the same issue as #640286
No, this happens with latest gst-plugins-good as well.
Could you attach a log with the latest -good plugins release as well?
Here is the new log: http://kenobi.mandriva.com/~goetz/dbg2.log.xz
It seems it was caused by the new default negotiation behaviour of output-selector in core. The recently pushed patches to camerabin2 fixed it for me. Could you check?
Yes, in current git of gst-plugins-bad, the check does not fail for me either.
Then it was probably fixed by 31dbc2eeba1f0472f549fcb607710245b6b74891 or one of the commits pushed with it.