[gstreamer-bugs] [Bug 131079] - loading a class leaves elementfactory blank

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Fri Jul 16 09:03:22 PDT 2004


http://bugzilla.gnome.org/show_bug.cgi?id=131079
GStreamer | gstreamer (core) | Ver: HEAD CVS





------- Additional Comments From rbultje at ronald.bitfreak.net  2004-07-16 12:03 -------
Well, make a .c file and add this code right after gst_init(). Add a random
plugin into the "..." (e.g. audioconvert) and then try to access
klass->elementfactory after this piece of code in your .c file, it will be NULL.
It should be filled in like it does when you create an element.

So the bug, in case you didn't yet get it by now, is that this piece of code
loads an element's details, but the elementfactory is not filled in, while it
should be filled in. Therefore, I cannot access the information in the
elementfactory; however, I do need that information. It doesn't matter *what* I
need it for, I just need it.

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are the QA contact for the bug, or are watching the QA contact.




More information about the Gstreamer-bugs mailing list