From fbeb43ad3972812119ebe6ecffe0026078605829 Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Mon, 25 Apr 2011 19:13:38 -0400 Subject: [PATCH] pyges: Define missing types --- bindings/python/ges.override | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bindings/python/ges.override b/bindings/python/ges.override index 16efcc4..5015f6f 100644 --- a/bindings/python/ges.override +++ b/bindings/python/ges.override @@ -22,3 +22,7 @@ headers %% import gobject.GObject as PyGObject_Type +import gobject.MainContext as PyGMainContext_Type +import gobject.GObject as PyGInitiallyUnowned_Type +import gst.Bin as PyGstBin_Type +import gst.Pipeline as PyGstPipeline_Type -- 2.7.4