[gstreamer-bugs] [Bug 308256] New: GstBuffer has wrong type

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Sun Jun 19 00:19:58 PDT 2005


Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.

 http://bugzilla.gnome.org/show_bug.cgi?id=308256
 GStreamer | gstreamer (core) | Ver: 0.8.10

           Summary: GstBuffer has wrong type
           Product: GStreamer
           Version: 0.8.10
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: kaol at iki.fi
         QAContact: gstreamer-bugs at lists.sourceforge.net
                CC: all-bugs at bugzilla.gnome.org


Version details: Debian package 0.8.10-1
Distribution/Version: Debian unstable

I have in my element the following:
  g_object_class_install_property (gobject_class, ARG_BUFFER,
    g_param_spec_object ("buffer", "Buffer", "Buffer to sink data to",
                          GST_TYPE_BUFFER, G_PARAM_READWRITE));

Registering this element give the following errors:
(process:25855): GLib-GObject-CRITICAL **: g_param_spec_object: assertion
`g_type_is_a (object_type, G_TYPE_OBJECT)' failed

(process:25855): GLib-GObject-CRITICAL **: g_object_class_install_property:
assertion `G_IS_PARAM_SPEC (pspec)' failed
Added plugin buffersink with 1 feature.

Replacing the type with, for example, GST_TYPE_ELEMENT makes this error go away
(but then it'll run into errors at run time since it is not what I want.)

------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list