GNOME Bugzilla – Bug 507294
Error when trying to import gst module on python. Failure on MS Windows versions of gstreamer
Last modified: 2009-04-15 22:01:20 UTC
Steps to reproduce: 1. Install gstreamer and all it's dependencies, python and python-gstreamer bindings 2. Open the python's interactive command line 3. import pygst import gst Stack trace: When trying to import gst, the program crashes and throws a GStreamer related error dialog. Error dialog says: gst_structure_id_set_value procedure's entry point could not be found in libgstreamer-0.10.dll library. Other information:
I think this has been fixed by this comit: http://cgit.freedesktop.org/gstreamer/gstreamer/commit/?id=d8158bf12168476af4937a88b4f63f96203a1811 If not, please re-open and provide some more details (how did you compile the stack? Or where did you get the binaries from if you didn't compile it yourself? etc.)