python - PyGObject with GStreamer examples? -


i'd see examples uses pygobject , gstreamer, not find on web.

the information available in official website link source code python binding: http://gstreamer.freedesktop.org/modules/gst-python.html

as can see in page on link above:

gstreamer python overrides gobject-introspection-based pygst bindings.

pygobject used, examples on web out dated , not convert them use it.

i'd ask documentation, there documentation python binding of gstreamer?

thanks.

a way turn examples using introspected bindings offered pygobject 3 (in contrast "old" static bindings offered pygobject 2 , pygtk) use "gi.repository" search keyword. example, searching "gi.repository gst" leads a simple media player , examples listed in novacut porting guide, amongst other goodies.

on documentation, best follow c api reference and/or consult relevant .gir files. api references other languages able use introspected binding not yet available, although tools create them intermediate .gir files created gobject-introspection's g-ir-scanner being worked on.


Comments