GNOME Bugzilla – Bug 748281
tests: decodebin
Last modified: 2015-04-22 08:13:55 UTC
There is a failure of decodebin testcase as below test_parser_negotiation:0: Assertion 'GST_MESSAGE_TYPE (msg) == GST_MESSAGE_EOS' failed The problem is that decodebin includes 2 parsers (fakeh264parse, h264parse). So decodebin is like that. (typefind -> fakeh264parse -> capsfilter -> h264parse -> capsfilter ) I think it should choose one parser and skip another parser in a chain. But there is no logic in decodebin like that. I'm not sure that this needs to be fixed or testcase needs to be changed accroding to decodebin's current logic. I want some advices for this issue.
I suspect this is a duplicate of bug #748058 - you're using an older automake which causes the test environment not to be set up properly. The -base unit test should only ever 'see' plugins from core/base, it shouldn't pick up h264parse here.
Sorry, I meant bug #747624
*** This bug has been marked as a duplicate of bug 747624 ***