On Mo, 2016-03-21 at 06:27 -0700, sct.gst wrote:
> Hi,
> I am trying to integrate gstreamer plugin in Kurento Media Server but
> it is
> giving following errors:
>
> /(gst-plugin-scanner:20795): GLib-GObject-WARNING **: specified class
> size
> for type 'Gstsubtitlefilter' is smaller than the parent type's
> 'GstBin'
> class size
I assume Gstsubtitlefilter is your new element? This sounds like a
problem in either the struct definitions or the GObject type
registration. Check if you have the correct first element in your
instance and class struct, and use the same type as the parent type
when registering your type.
My best guess here would be that you use GstBin as your parent type,
but the structs only contain a GstElement/GstElementClass in the
beginning.
--
Sebastian Dröge, Centricular Ltd ·
http://www.centricular.com_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel