summaryrefslogtreecommitdiff
path: root/gst/pygst.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/pygst.h')
-rw-r--r--gst/pygst.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/pygst.h b/gst/pygst.h
index 36bcd75..01f7179 100644
--- a/gst/pygst.h
+++ b/gst/pygst.h
@@ -52,7 +52,7 @@ pygst_init(void)
{
PyObject *gstobject, *cobject;
- gstobject = PyImport_ImportModule("_gst");
+ gstobject = PyImport_ImportModule("gst._gst");
if (!gstobject) {
if (PyErr_Occurred())
{