[Bug 776069] New: gstglsinkbin GLib-GObject-CRITICAL g_param_spec_boxed assetion

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Dec 14 00:51:43 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=776069

            Bug ID: 776069
           Summary: gstglsinkbin GLib-GObject-CRITICAL g_param_spec_boxed
                    assetion
    Classification: Platform
           Product: GStreamer
           Version: 1.10.x
                OS: Windows
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: dashesy at gmail.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

Created attachment 341926
  --> https://bugzilla.gnome.org/attachment.cgi?id=341926&action=edit
Debugging log

Here is the logs:

GLib-GObject-CRITICAL **: g_param_spec_boxed: assertion 'G_TYPE_IS_BOXED
(boxed_type)' failed

GLib-GObject-CRITICAL **: g_object_class_install_property: assertion
'G_IS_PARAM_SPEC (pspec)' failed

GLib-GObject-WARNING **: ../gobject/gsignal.c:1674: parameter 2 of type
'<invalid>' for signal "GstGLImageSinkBin::client_draw" is not a value type

GLib-GObject-WARNING **: ../gobject/gsignal.c:1674: parameter 2 of type
'<invalid>' for signal "GstGLImageSink::client_draw" is not a value type

GLib-GObject-CRITICAL **: g_param_spec_boxed: assertion 'G_TYPE_IS_BOXED
(boxed_type)' failed

GLib-GObject-CRITICAL **: g_object_class_install_property: assertion
'G_IS_PARAM_SPEC (pspec)' failed


After exporting:

export G_DEBUG=fatal_warnings

Here is the fist line that causes the error (gstglsinkbin.c):


  g_object_class_install_property (gobject_class, PROP_LAST_SAMPLE,
      g_param_spec_boxed ("last-sample", "Last Sample",
          "The last sample received in the sink", GST_TYPE_SAMPLE,
          G_PARAM_READABLE | G_PARAM_STATIC_STRINGS));

-- 
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