[Bug 789055] Gst.Bin __init__ changed behavior between 1.10 and 1.12 GStreamer version

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sun Jan 14 20:28:59 UTC 2018


https://bugzilla.gnome.org/show_bug.cgi?id=789055

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 #4 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
Could this be caused by different versions of g-i/pygi or the presence/absence
of gst-python?

On my debian sid:

$ python3
Python 3.6.4 (default, Jan  5 2018, 02:13:53) 

>>> inspect.signature(Gst.Bin.__init__).parameters
mappingproxy(OrderedDict([('self', <Parameter "self">), ('args', <Parameter
"*args">), ('kwargs', <Parameter "**kwargs">)]))

>>> Gst.Bin.__mro__
(<class 'gi.repository.Gst.Bin'>, <class 'gi.repository.Gst.Element'>, <class
'gi.repository.Gst.Object'>, <class 'gi.repository.GObject.InitiallyUnowned'>,
<class 'gi.overrides.GObject.Object'>, <class 'gi.repository.GObject.Object'>,
<class 'gi._gi.GObject'>, <class 'gi.repository.Gst.ChildProxy'>, <class
'gobject.GInterface'>, <class 'object'>)

>>> Gst.version_string()
'GStreamer 1.12.4'

python-gi is 3.26.1-2

python-gst-1.0 is not installed

-- 
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