[Bug 677917] g-i: annotate/expose logging system for bindings

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Aug 14 02:32:20 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=677917
  GStreamer | gstreamer (core) | git

--- Comment #3 from Ángel Guzmán Maeso (shakaran) <shakaran at gmail.com> 2013-08-14 09:32:14 UTC ---
Sorry for delay reply.

I am using 1.0.8 in Ubuntu Saucy right now. 

It seems that we need a constructor for DebugMessage at least:

    msg = Gst.DebugMessage()
TypeError: cannot allocate disguised struct Gst.DebugMessage; consider adding a
constructor to the library or to the overrides

Changing unused to None, it still produces:

TypeError: Must be number, not str

If I write a dummy object to pass like:

class DummyO(object):
    pass

a = DummyO()

Also produces the same error for unused or object param.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list