[Bug 736260] New: pbutils: assertion warnings after import of GstPbutils in Python (e.g. g_array_append_vals: assertion 'array' failed)

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Sep 8 05:04:33 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=736260
  GStreamer | gst-plugins-base | git

           Summary: pbutils: assertion warnings after import of GstPbutils
                    in Python (e.g. g_array_append_vals: assertion 'array'
                    failed)
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: minor
          Priority: Normal
         Component: gst-plugins-base
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: felix.schwarz at oss.schwarz.eu
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Whenever I import "GstPbutils" from Python I some warnings about failed
assertions.

$ python
Python 2.7.5 (default, Jun 25 2014, 10:19:55) 
[GCC 4.8.2 20131212 (Red Hat 4.8.2-7)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from gi.repository import GstPbutils
…/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()
>>>

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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