mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 06:58:56 +00:00
Print Python version after initialization
This commit is contained in:
parent
3517f37b65
commit
c3de24be05
1 changed files with 2 additions and 0 deletions
|
@ -250,6 +250,8 @@ plugin_init (GstPlugin * plugin)
|
|||
state = PyGILState_Ensure ();
|
||||
}
|
||||
|
||||
GST_LOG ("Running with python version '%s'", Py_GetVersion ());
|
||||
|
||||
GST_LOG ("initializing pygobject");
|
||||
if (!pygobject_init (3, 0, 0)) {
|
||||
g_critical ("pygobject initialization failed");
|
||||
|
|
Loading…
Reference in a new issue