Getting a instance type error

Krzysztof Konopko krzysztof.konopko at youview.com
Sat Dec 15 08:13:37 PST 2012


Probably something is wrong with your "GStreamer plugin boilerplate"
code, e. g. the whole GObject/GstElement inheritance and all fun around
it. Or simply your GstMyPlugin doesn't inherit from GstElement.

Probably someone will help you if you provide more details, e. g. code
snippets.

Kris

On 14/12/12 20:31, iron_guitarist1987 wrote:
> Hello all,
> 
> I have some custom plugins that I have been working on. For some reason I
> started getting these messages when I run gst-inspect:
> 
> (gst-plugin-scanner:10801): GLib-GObject-WARNING **: specified instance size
> for type `GstMyPlugin' is smaller than the parent type's `GstElement'
> instance size
> 
> (gst-plugin-scanner:10801): GLib-CRITICAL **: g_once_init_leave: assertion
> `initialization_value != 0' failed
> 
> (gst-plugin-scanner:10801): GStreamer-CRITICAL **: gst_element_register:
> assertion `g_type_is_a (type, GST_TYPE_ELEMENT)' failed
> 
> (gst-plugin-scanner:10801): GLib-GObject-WARNING **: cannot register
> existing type `GstTestElement'
> 
> (gst-plugin-scanner:10801): GLib-CRITICAL **: g_once_init_leave: assertion
> `initialization_value != 0' failed
> 
> (gst-plugin-scanner:10801): GStreamer-CRITICAL **: gst_element_register:
> assertion `g_type_is_a (type, GST_TYPE_ELEMENT)' failed
> 
> 
> any ideas?? Thank you.
> 
> 
> 
> -----
> All your bases are belong to us.
> --
> View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Getting-a-instance-type-error-tp4657469.html
> Sent from the GStreamer-devel mailing list archive at Nabble.com.
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
> 



More information about the gstreamer-devel mailing list