GNOME Bugzilla – Bug 602153
gstglmixer prints warnings when it has no parent
Last modified: 2010-05-11 09:21:39 UTC
When instantiated without a parent bin, the gstglmixer element prints assertion warnings:
+ Trace 219140
gstglmixer cannot be instancied directly (as gstglfilter) How can I reproduce it exactly ?
In my case, I just ran 'make check' - the standard 'states' test creates an instance of every element in the module (with no parent) and then sets it to PLAYING then back to NULL. An element which can't work in that scenario should throw an element error and fail the state change instead of printing assertions.
*** Bug 617725 has been marked as a duplicate of this bug. ***
commit b7180ebaf6856d96643dd3a94153e9db637ba06e Author: Julien Isorce <julien.isorce@gmail.com> Date: Wed May 5 11:21:31 2010 +0200 glfilter/glmixer/gltestsrc/glupload: throw an element error if no parent bin Fixes bug #602153