* Not using ElementFactory.make() here probably prevents the element
* from being placed in the object reference map and therefore forces
* type mapper conversion - what we want to test
*/
ElementFactory factory = GstElementFactoryAPI.GSTELEMENTFACTORY_API.gst_element_factory_find("videotestsrc");
p = GstElementFactoryAPI.GSTELEMENTFACTORY_API.ptr_gst_element_factory_create(factory, "videotestsrc");
}
GValue v = new GValue();
api.g_value_init(v, GType.OBJECT);