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 507294 - Error when trying to import gst module on python. Failure on MS Windows versions of gstreamer
Error when trying to import gst module on python. Failure on MS Windows versi...
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Windows
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-01-04 16:47 UTC by Arturo Calderon
Modified: 2009-04-15 22:01 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Arturo Calderon 2008-01-04 16:47:43 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:
Comment 1 Tim-Philipp Müller 2009-04-15 22:01:20 UTC
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.)