Errors when gstreamer(1.22.7) is initialized

0:00:00.001295380 2703405 0x7fa9d0004d60 WARN GST_REGISTRY gstregistrybinary.c:551:gst_registry_binary_check_magic: Binary registry magic version is different : 1.3.0 != 1.12.0
0:00:00.140093947 2703422 0x5581ef2f7a10 WARN GST_PLUGIN_LOADING gstplugin.c:534:gst_plugin_register_func: plugin “/opt/thirdParties/gstreamer/lib/gstreamer-1.0/validate/libgstvalidatessim.so” failed to initialise
0:00:00.213264453 2703422 0x5581ef2f7a10 WARN default ges-meta-container.c:236:_set_value:GESAsset@0x5581ef6e6df0 Could not set value on item: format-version
0:00:00.213290877 2703422 0x5581ef2f7a10 WARN default ges-meta-container.c:236:_set_value:GESAsset@0x5581ef6e6e70 Could not set value on item: format-version
0:00:00.213304163 2703422 0x5581ef2f7a10 WARN default ges-meta-container.c:236:_set_value:GESAsset@0x5581ef6e6ef0 Could not set value on item: format-version
0:00:00.214117882 2703422 0x5581ef2f7a10 WARN structure gststructure.c:2334:priv_gst_structure_parse_fields: Failed to find delimiter, r=mimetype
0:00:00.215444715 2703422 0x5581ef2f7a10 WARN cudaloader gstcudaloader.c:169:gst_cuda_load_library: Could not open library libcuda.so.1, libcuda.so.1: cannot open shared object file: No such file or directory
0:00:00.215452751 2703422 0x5581ef2f7a10 WARN nvcodec plugin.c:94:plugin_init: Failed to load cuda library
0:00:00.333655777 2703422 0x5581ef2f7a10 WARN GST_PLUGIN_LOADING gstplugin.c:534:gst_plugin_register_func: plugin “/opt/thirdParties/gstreamer/lib/gstreamer-1.0/validate/libgstvalidatessim.so” failed to initialise

Binary registry magic version is different : 1.3.0 != 1.12.0 What is the reason?
plugin “/opt/thirdParties/gstreamer/lib/gstreamer-1.0/validate/libgstvalidatessim.so” failed to initialise What causes this issue?

Do I have to install ibcuda.so while I have only Intel video card. I think cuda is needed only for Nvidia card.

you can ignore the libgstcuda/nvcodec warning. The warning is expected in case of non-NVIDIA desktop GPU environment

1 Like

thank you for your reply. Any comments about other warnings?