From ee647847f33186e57b6fb3d47409dde9b55b9284 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Tue, 9 Nov 2010 10:57:31 +0100 Subject: [PATCH] pygst: Get the _PyGst_API symbol from the proper module https://bugzilla.gnome.org/show_bug.cgi?id=634365 --- gst/pygst.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()) { -- 2.7.4