GNOME Bugzilla – Bug 663771
Gst.ElementFactory.get_klass missing in 0.11
Last modified: 2011-11-11 09:21:21 UTC
The Gst.ElementFactory.get_klass API call seems to have been lost in 0.11
ok, call was replaced by get_metadata. Also many usecases would probably be better served using this API: Gst.ElementFactory.list_is_type(factory, 16) (16 is the number for muxers)
> Gst.ElementFactory.list_is_type(factory, 16) (16 is the number for muxers) There should be defines/enums for that, something like gst.ELEMENT_FACTORY_TYPE_MUXER