﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	resolution	keywords	cc	parents
5066	Work around pbutils import warning bug	anongoblin		"Until [https://bugzilla.gnome.org/show_bug.cgi?id=736260 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."	defect	closed	minor	0.8.0	programming	fixed			
