Advertisement
wellthatsucks

Untitled

Feb 16th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1.  meh  ~  devel  gst-build  cat problem.py
  2. from gi.repository import Gst, GstPbutils
  3.  meh  ~  devel  gst-build  python3 problem.py
  4. problem.py:1: PyGIWarning: Gst was imported without specifying a version first. Use gi.require_version('Gst', '1.0') before import to ensure that the right version gets loaded.
  5. from gi.repository import Gst, GstPbutils
  6. /usr/lib/python3.6/site-packages/gi/module.py:176: Warning: g_array_append_vals: assertion 'array' failed
  7. g_type = info.get_g_type()
  8. /usr/lib/python3.6/site-packages/gi/module.py:176: Warning: g_hash_table_lookup: assertion 'hash_table != NULL' failed
  9. g_type = info.get_g_type()
  10. /usr/lib/python3.6/site-packages/gi/module.py:176: Warning: g_hash_table_insert_internal: assertion 'hash_table != NULL' failed
  11. g_type = info.get_g_type()
  12. problem.py:1: PyGIWarning: GstPbutils was imported without specifying a version first. Use gi.require_version('GstPbutils', '1.0') before import to ensure that the right version gets loaded.
  13. from gi.repository import Gst, GstPbutils
  14.  meh  ~  devel  gst-build  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement