Hi all,<div><br></div><div>I'm running into a problem with the git version of GStreamer 1.0 in Python. What I originally thought was a problem with my code, seems to be some problem with something else.</div><div><br></div><div>The minute I try to subclass from Gst.Bin, it throws up this error:</div><div><br></div><div>(python3:4556): GStreamer-WARNING **: Element factory metadata for 'bin' has no valid long-name field</div><div>**</div><div>GStreamer:ERROR:gst.c:524:gst_register_core_elements: code should not be reached</div><div>Aborted (core dumped)</div><div><br></div><div>This seems to have begun some time since 1.0.5 (the last stable version I was using). It's happening before the subclass __init__ function is even called. I found a bugzilla entry that seems to relate to this (<a href="https://bugzilla.gnome.org/show_bug.cgi?id=686572">https://bugzilla.gnome.org/show_bug.cgi?id=686572</a>), but I couldn't get the workaround there to work for me.</div>