#5066 closed defect (fixed)
Work around pbutils import warning bug
Reported by: | anongoblin | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 0.8.0 |
Component: | programming | Keywords: | |
Cc: | Parent Tickets: |
Description
Until bug 736260 in pygobject/pbutils has been fixed, we get these warnings whenever mediagoblin is run:
…/lib64/python2.7/site-packages/gi/module.py:178: Warning: g_array_append_vals: assertion 'array' failed g_type = info.get_g_type() …/lib64/python2.7/site-packages/gi/module.py:178: Warning: g_hash_table_lookup: assertion 'hash_table != NULL' failed g_type = info.get_g_type() …/lib64/python2.7/site-packages/gi/module.py:178: Warning: g_hash_table_insert_internal: assertion 'hash_table != NULL' failed g_type = info.get_g_type()
Attached is a patch to workaround it - run Gst.init()
before the import.
Attachments (1)
Change History (5)
by , 10 years ago
Attachment: | GstPbutils_import_workaround.patch added |
---|
comment:1 by , 10 years ago
This ticket is a duplicate of #5035, but this one has a solution attached.
comment:2 by , 10 years ago
Milestone: | → 0.8.0 |
---|---|
Status: | new → accepted |
comment:3 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Thank you very much, fixed in e8c0e78
comment:4 by , 9 years ago
fixed in 355d062. I have no idea what happened to the commit mentioned in the previous comment.
Patch for warnings from msm-