<div dir="ltr"><div>Hi,</div><div> </div><div>I have successfully cross compiled gstreamer-1.0.6, gst-plugins-base and gst-libav for ARM.</div><div> </div><div>Now on the board, i try to run:</div><div> </div><div>./gst-launch-1.0 filesrc location=1.ogg !oggdemux ! vorbisdec ! audioconvert ! alsasink</div>
<div> </div><div> </div><div>It gives following errors:</div><div> </div><div>(gst-plugin-scanner:1117): GLib-CRITICAL **: g_once_init_leave: assertion `result != 0' failed</div><div>(gst-plugin-scanner:1117): GLib-GObject-CRITICAL **: g_type_register_static: assertion `parent_type > 0' failed</div>
<div>(gst-plugin-scanner:1117): GLib-CRITICAL **: g_once_init_leave: assertion `result != 0' failed</div><div>(gst-plugin-scanner:1117): GStreamer-CRITICAL **: gst_element_register: assertion `g_type_is_a (type, GST_TYPE_ELEMENT)' failed</div>
<div>(gst-plugin-scanner:1117): GLib-GObject-WARNING **: specified instance size for type `GstAppSrc' is smaller than the parent type's `GstBaseSrc' instance size</div><div>(gst-plugin-scanner:1117): GLib-GObject-CRITICAL **: g_type_add_interface_static: assertion `G_TYPE_IS_INSTANTIATABLE (instance_type)' failed</div>
<div>(gst-plugin-scanner:1117): GLib-CRITICAL **: g_once_init_leave: assertion `result != 0' failed</div><div>(gst-plugin-scanner:1117): GStreamer-CRITICAL **: gst_element_register: assertion `g_type_is_a (type, GST_TYPE_ELEMENT)' failed</div>
<div>(gst-plugin-scanner:1117): GLib-GObject-WARNING **: specified instance size for type `GstAppSink' is smaller than the parent type's `GstBaseSink' instance size</div><div>(gst-plugin-scanner:1117): GLib-GObject-CRITICAL **: g_type_add_interface_static: assertion `G_TYPE_IS_INSTANTIATABLE (instance_type)' failed</div>
<div>(gst-plugin-scanner:1117): GLib-CRITICAL **: g_once_init_leave: assertion `result != 0' failed</div><div>(gst-plugin-scanner:1117): GStreamer-CRITICAL **: gst_element_register: assertion `g_type_is_a (type, GST_TYPE_ELEMENT)' failed</div>
<div>(gst-plugin-scanner:1117): GLib-GObject-WARNING **: specified instance size for type `GstGioBaseSink' is smaller than the parent type's `GstBaseSink' instance size</div><div>(gst-plugin-scanner:1117): GLib-CRITICAL **: g_once_init_leave: assertion `result != 0' failed</div>
<div>(gst-plugin-scanner:1117): GLib-GObject-CRITICAL **: g_type_register_static: assertion `parent_type > 0' failed</div><div>(gst-plugin-scanner:1117): GLib-GObject-CRITICAL **: g_type_add_interface_static: assertion `G_TYPE_IS_INSTANTIATABLE (instance_type)' failed</div>
<div>(gst-plugin-scanner:1117): GLib-CRITICAL **: g_once_init_leave: assertion `result != 0' failed</div><div>(gst-plugin-scanner:1117): GStreamer-CRITICAL **: gst_element_register: assertion `g_type_is_a (type, GST_TYPE_ELEMENT)' failed</div>
<div>(gst-plugin-scanner:1117): GLib-GObject-WARNING **: specified instance size for type `GstGioBaseSrc' is smaller than the parent type's `GstBaseSrc' instance size</div><div>(gst-plugin-scanner:1117): GLib-CRITICAL **: g_once_init_leave: assertion `result != 0' failed</div>
<div>(gst-plugin-scanner:1117): GLib-GObject-CRITICAL **: g_type_register_static: assertion `parent_type > 0' failed</div><div>(gst-plugin-scanner:1117): GLib-GObject-CRITICAL **: g_type_add_interface_static: assertion `G_TYPE_IS_INSTANTIATABLE (instance_type)' failed</div>
<div>(gst-plugin-scanner:1117): GLib-CRITICAL **: g_once_init_leave: assertion `result != 0' failed</div><div>(gst-plugin-scanner:1117): GStreamer-CRITICAL **: gst_element_register: assertion `g_type_is_a (type, GST_TYPE_ELEMENT)' failed<br>
</div><div> </div><div> </div><div>Anybody having any idea why these CRITICAL warnings are coming.</div><div> </div><div>I have set following paths:</div><div> </div><div>export LD_LIBRARY_PATH=<path to gtsreamer and other dependent libraries><br>
export GST_PLUGIN_PATH=/lib/gstreamer-1.0<br>export GST_PLUGIN_SCANNER=/libexec/gstreamer-1.0/gst-plugin-scanner<br>export PATH=/bin:$PATH</div><div> </div><div> </div><div>Any help is really appreciated.</div><div> </div>
<div>Thanks,</div><div>Deepak</div><div> </div><div> </div></div>