GNOME Bugzilla – Bug 754193
harness: misc bugfixes
Last modified: 2015-08-31 11:05:59 UTC
Created attachment 310112 [details] [review] patch 1. Get a list of pad templates from the element class, not the factory. This allows us to interact with test-elements that does not have a factory. 2. Use the pad_template_caps in caps-queries when caps is not set explicitly on the pad. Not doing so is simply wrong, and prohibits interactions with special templates used for testing
Created attachment 310277 [details] [review] patch Was casting the pad_template_list to GstStaticPadTemplate instead of GstPadTemplate, which worked in some cases but not in others...
commit b2ce23074e5bd076573ca8c7e254e3080f5b75bc Author: Havard Graff <havard.graff@gmail.com> Date: Sat Aug 29 20:14:44 2015 +0200 harness: misc bugfixes 1. Get a list of pad templates from the element class, not the factory. This allows us to interact with test-elements that does not have a factory. 2. Use the pad_template_caps in caps-queries when caps is not set explicitly on the pad. Not doing so is simply wrong, and prohibits interactions with special templates used for testing. https://bugzilla.gnome.org/show_bug.cgi?id=754193