GNOME Bugzilla – Bug 715104
media-tests: unit test fails
Last modified: 2014-02-25 22:28:03 UTC
The test_media_dyn_prepare test fails after this commit: e5332535 I am proposing a fix for the test.
Created attachment 261349 [details] [review] fix the failing unit test
Created attachment 261350 [details] [review] make sure element points to a GstBin Further on i think type must be checked for GstBin with an assert in find_payloader() since code does not support regular elements anymore.
Was already fixed by: commit 9da7b5eeb51eccf329add863321c07e4b00f47c2 Author: Wim Taymans <wtaymans@redhat.com> Date: Tue Nov 26 16:24:35 2013 +0100 media: handle add-added on non-bins too Handle dynamic payloaders that are not bins, as used in the unit-test.