From: Thibault Saunier Date: Mon, 25 Apr 2011 23:13:38 +0000 (-0400) Subject: pyges: Define missing types X-Git-Tag: 1.19.3~493^2~2243^2~63 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fbeb43ad3972812119ebe6ecffe0026078605829;p=platform%2Fupstream%2Fgstreamer.git pyges: Define missing types --- 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