After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 663771 - Gst.ElementFactory.get_klass missing in 0.11
Gst.ElementFactory.get_klass missing in 0.11
Status: RESOLVED NOTABUG
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.11.x
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-11-10 13:32 UTC by Christian Fredrik Kalager Schaller
Modified: 2011-11-11 09:21 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian Fredrik Kalager Schaller 2011-11-10 13:32:20 UTC
The Gst.ElementFactory.get_klass API call seems to have been lost in 0.11
Comment 1 Christian Fredrik Kalager Schaller 2011-11-11 05:44:40 UTC
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)
Comment 2 Tim-Philipp Müller 2011-11-11 09:21:21 UTC
> 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