Trying to use gst / omx in python

TDAS talldarkandstrange at me.com
Tue Apr 8 11:39:44 PDT 2014


It probably should, shouldn’t it… ;) I know I’m way out of my depth here - that doc tells me:

classGtk.Window(type=<enum TOPLEVEL of type WindowType>, **kwds)

So I’ve tried all sorts of things such as:

window = Gtk.Window(TOPLEVEL)
window = Gtk.Window(Type=TOPLEVEL)
window = Gtk.Window(“TOPLEVEL")
window = Gtk.Window(Type=“TOPLEVEL”)
window = Gtk.Window(“Gtk.TOPLEVEL")
window = Gtk.Window(Type=“Gtk.TOPLEVEL”)
window = Gtk.Window(type, TOPLEVEL)
window = Gtk.Window(type, Gtk.TOPLEVEL)

I think I'm just misunderstanding the syntax…?

On 8 Apr 2014, at 19:13, Sebastian Dröge <sebastian at centricular.com> wrote:

> On Di, 2014-04-08 at 16:35 +0100, TDAS wrote:
>> Ah ok thanks - now saying ‘no attribute WINDOW_TOPLEVEL’ - I guess
>> this is where you were saying the API has changed. Would you know what
>> this has changed to, or is there any documentation on this?
> 
> Maybe this helps: http://lazka.github.io/pgi-docs/
> 
> -- 
> Sebastian Dröge, Centricular Ltd - http://www.centricular.com
> Expertise, Straight from the Source
> _______________________________________________
> gstreamer-openmax mailing list
> gstreamer-openmax at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-openmax

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-openmax/attachments/20140408/02ee57ff/attachment-0001.html>


More information about the gstreamer-openmax mailing list