Print Python version after initialization

This commit is contained in:
Sebastian Dröge 2018-02-14 10:13:36 +02:00
parent 3517f37b65
commit c3de24be05

View file

@ -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");