[Bug 783520] Removing default debug/log function doesn't work in python
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Thu Jun 8 10:39:57 UTC 2017
https://bugzilla.gnome.org/show_bug.cgi?id=783520
Tim-Philipp Müller <t.i.m at zen.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |NEEDINFO
CC| |t.i.m at zen.co.uk
--- Comment #1 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
Those pgi-docs are not provided by us.
So you're saying that this
Gst.debug_remove_log_function(None)
does not work for you, right?
It seems to work for me:
python
>>> import gi
>>> gi.require_version('Gst', '1.0')
>>> from gi.repository import GObject, Gst
>>> Gst.debug_remove_log_function(None)
1L
>>> Gst.version()
(major=1L, minor=10L, micro=4L, nano=0L)
--
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