FS#54871 - [gst-python] Warning when importing GstPbutils

Attached to Project: Arch Linux
Opened by Cedric Bellegarde (gnumdk) - Wednesday, 19 July 2017, 07:15 GMT
Last edited by Doug Newgard (Scimmia) - Sunday, 14 January 2018, 23:46 GMT
Task Type Bug Report
Category Upstream Bugs
Status Closed
Assigned To Jan Alexander Steffens (heftig)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

$ python
Python 3.6.1 (default, Mar 27 2017, 00:27:06)
[GCC 6.3.1 20170306] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>>
>>> import gi
>>> gi.require_version('GstPbutils', '1.0')
>>> from gi.repository import GstPbutils
/usr/lib/python3.6/site-packages/gi/module.py:178: Warning: g_array_append_vals: assertion 'array' failed
g_type = info.get_g_type()
/usr/lib/python3.6/site-packages/gi/module.py:178: Warning: g_hash_table_lookup: assertion 'hash_table != NULL' failed
g_type = info.get_g_type()
/usr/lib/python3.6/site-packages/gi/module.py:178: Warning: g_hash_table_insert_internal: assertion 'hash_table != NULL' failed
g_type = info.get_g_type()

This only happen on ArchLinux.
Tested on Ubuntu and Fedora, no issue.
This task depends upon

Closed by  Doug Newgard (Scimmia)
Sunday, 14 January 2018, 23:46 GMT
Reason for closing:  Fixed
Comment by Jan de Groot (JGC) - Wednesday, 19 July 2017, 09:31 GMT
This is not a bug in python-gobject but in gst-python:
https://bugzilla.gnome.org/show_bug.cgi?id=736260

Workaround is provided in the upstream bugreport.

Loading...