mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
pygst: Get the _PyGst_API symbol from the proper module
https://bugzilla.gnome.org/show_bug.cgi?id=634365
This commit is contained in:
parent
be08aac982
commit
ee647847f3
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ pygst_init(void)
|
|||
{
|
||||
PyObject *gstobject, *cobject;
|
||||
|
||||
gstobject = PyImport_ImportModule("_gst");
|
||||
gstobject = PyImport_ImportModule("gst._gst");
|
||||
if (!gstobject) {
|
||||
if (PyErr_Occurred())
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue