mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
pyges: Define missing types
This commit is contained in:
parent
1efbf1ceec
commit
fbeb43ad39
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue