Skip to content
Discussion options

You must be logged in to vote
Adding GStreamer binaries from C:\Program Files\gstreamer\1.0\msvc_x86_64\lib\gstreamer-1.0
 ...
 - Adding gstpython.dll
 ...

You are collecting the gst-python plugin; and my guess would be that the pygobject initialization failed error message is coming from here.

When you run frozen application, the gstreamer plugins are probably rescanned, which is why you are seeing this message (either because the registry file is not collected, or because plugin location changed). Whereas when you run unfrozen, the gstreamer plugins registry is re-used, and so no scan is necessary - but on the very first run, you might have seen similar error/warning message (or if you remove the registry file to…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@rokm
Comment options

rokm May 21, 2025
Maintainer

@ben-xD
Comment options

@rokm
Comment options

rokm May 23, 2025
Maintainer

Answer selected by ben-xD
@ben-xD
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants