Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Mint - GStreamer-WARNING **: Failed to load plugin
Forum Update on Monday, May 27th 2025

Mint - GStreamer-WARNING **: Failed to load plugin

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 2 Posters 3.7k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • GuapoG Offline
    GuapoG Offline
    Guapo
    wrote on last edited by
    #1

    Hi,

    I have a code to play a mp3 file like this:

    QDir dirmp3;
        player= new QMediaPlayer(this);
        player->setMedia(QUrl::fromLocalFile(dirmp3.absoluteFilePath("sound/fone.mp3")));
    
    player->play();
    
    

    Debian is OK!
    When I´m using at my Debian system. It´s ok. (inside Qt Creator and deploy directory /opt )

    But when I´m using at my Mint there are 2 behaviors:
    1)running inside de Qt creator it´s fine
    2)running from a /opt directory (deploy using probonopb linuxdeployqt) this is not working.

    running my app from a console I have these messages:

    (Controle:16253): GStreamer-WARNING **: External plugin loader failed. This most likely means that the plugin loader helper binary was not found or could not be run. You might need to set the GST_PLUGIN_SCANNER environment variable if your setup is unusual. This should normally not be required though.
    
    (Controle:16253): GStreamer-WARNING **: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstvmnc.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstvmnc.so: undefined symbol: gst_video_decoder_set_use_default_pad_acceptcaps
    
    (Controle:16253): GStreamer-WARNING **: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstvideomixer.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstvideomixer.so: undefined symbol: gst_video_converter_new
    
    (Controle:16253): GStreamer-WARNING **: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstalaw.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstalaw.so: undefined symbol: gst_audio_decoder_set_use_default_pad_acceptcaps
    
    (Controle:16253): GStreamer-WARNING **: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstaudiomixer.so': /usr/lib/x86_64-linux-gnu/libgstbadaudio-1.0.so.0: undefined symbol: gst_segment_position_from_running_time
    
    (Controle:16253): GStreamer-WARNING **: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstudp.so': /usr/lib/x86_64-linux-gnu/libgstnet-1.0.so.0: undefined symbol: gst_clock_add_observation_unapplied
    
    (Controle:16253): GStreamer-WARNING **: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstalsa.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstalsa.so: undefined symbol: gst_audio_base_sink_report_device_failure
    
    (Controle:16253): GStreamer-WARNING **: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstmpg123.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstmpg123.so: undefined symbol: gst_audio_decoder_set_use_default_pad_acceptcaps
    
    (Controle:16253): GStreamer-WARNING **: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstcoreelements.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstcoreelements.so: undefined symbol: gst_element_class_add_static_pad_template
    
    (Controle:16253): GStreamer-WARNING **: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstsmoothstreaming.so': /usr/lib/x86_64-linux-gnu/libgstadaptivedemux-1.0.so.0: undefined symbol: gst_object_has_as_ancestor
    
    (Controle:16253): GStreamer-WARNING **: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstgtksink.so': /usr/lib/x86_64-linux-gnu/libgstgl-1.0.so.0: undefined symbol: gst_structure_get_flagset
    
    (Controle:16253): GStreamer-WARNING **: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstdtsdec.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstdtsdec.so: undefined symbol: gst_audio_decoder_set_use_default_pad_acceptcaps
    
    (Controle:16253): GStreamer-WARNING **: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstlibde265.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstlibde265.so: undefined symbol: gst_video_decoder_set_use_default_pad_acceptcaps
    
    (Controle:16253): GStreamer-WARNING **: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstvideoscale.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstvideoscale.so: undefined symbol: gst_video_converter_new
    
    (Controle:16253): GStreamer-WARNING **: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstogg.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstogg.so: undefined symbol: gst_buffer_add_audio_clipping_meta
    
    (Controle:16253): GStreamer-WARNING **: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstopenexr.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstopenexr.so: undefined symbol: gst_video_decoder_set_use_default_pad_acceptcaps
    
    (Controle:16253): GStreamer-WARNING **: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstrtpmanager.so': /usr/lib/x86_64-linux-gnu/libgstnet-1.0.so.0: undefined symbol: gst_clock_add_observation_unapplied
    
    (Controle:16253): GStreamer-WARNING **: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstvpx.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstvpx.so: undefined symbol: gst_video_decoder_set_use_default_pad_acceptcaps
    
    (Controle:16253): GStreamer-WARNING **: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstvideoconvert.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstvideoconvert.so: undefined symbol: gst_video_converter_new
    
    (Controle:16253): GStreamer-WARNING **: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstopusparse.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstopusparse.so: undefined symbol: gst_audio_clipping_meta_api_get_type
    
    (Controle:16253): GStreamer-WARNING **: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstcoretracers.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstcoretracers.so: undefined symbol: gst_tracer_record_new
    
    (Controle:16253): GStreamer-WARNING **: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstfaad.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstfaad.so: undefined symbol: gst_audio_decoder_set_use_default_pad_acceptcaps
    
    (Controle:16253): GStreamer-WARNING **: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstvorbis.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstvorbis.so: undefined symbol: gst_audio_decoder_set_use_default_pad_acceptcaps
    
    (Controle:16253): GStreamer-WARNING **: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstmpegtsdemux.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstmpegtsdemux.so: undefined symbol: gst_buffer_add_audio_clipping_meta
    
    (Controle:16253): GStreamer-WARNING **: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstmpegpsdemux.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstmpegpsdemux.so: undefined symbol: gst_flow_combiner_reset
    
    (Controle:16253): GStreamer-WARNING **: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstmulaw.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstmulaw.so: undefined symbol: gst_audio_decoder_set_use_default_pad_acceptcaps
    
    (Controle:16253): GStreamer-WARNING **: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstpnm.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstpnm.so: undefined symbol: gst_video_decoder_set_use_default_pad_acceptcaps
    
    (Controle:16253): GStreamer-WARNING **: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstmad.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstmad.so: undefined symbol: gst_audio_decoder_set_use_default_pad_acceptcaps
    
    (Controle:16253): GStreamer-WARNING **: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstopenjpeg.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstopenjpeg.so: undefined symbol: gst_video_decoder_set_use_default_pad_acceptcaps
    
    (Controle:16253): GStreamer-WARNING **: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstjpeg.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstjpeg.so: undefined symbol: gst_video_decoder_set_use_default_pad_acceptcaps
    
    (Controle:16253): GStreamer-WARNING **: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstmatroska.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstmatroska.so: undefined symbol: gst_structure_get_flagset
    
    (Controle:16253): GStreamer-WARNING **: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstcurl.so': /usr/lib/x86_64-linux-gnu/libgnutls.so.30: symbol asn1_decode_simple_ber, version LIBTASN1_0_3 not defined in file libtasn1.so.6 with link time reference
    
    (Controle:16253): GStreamer-WARNING **: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstrtsp.so': /usr/lib/x86_64-linux-gnu/libgstnet-1.0.so.0: undefined symbol: gst_clock_add_observation_unapplied
    
    (Controle:16253): GStreamer-WARNING **: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstschro.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstschro.so: undefined symbol: gst_video_decoder_set_use_default_pad_acceptcaps
    
    (Controle:16253): GStreamer-WARNING **: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstgoom2k1.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstgoom2k1.so: undefined symbol: gst_audio_visualizer_get_type
    
    (Controle:16253): GStreamer-WARNING **: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgsthls.so': /usr/lib/x86_64-linux-gnu/libgstadaptivedemux-1.0.so.0: undefined symbol: gst_object_has_as_ancestor
    
    (Controle:16253): GStreamer-WARNING **: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstaudioparsers.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstaudioparsers.so: undefined symbol: gst_base_parse_merge_tags
    
    (Controle:16253): GStreamer-WARNING **: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstximagesink.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstximagesink.so: undefined symbol: gst_navigation_message_new_event
    
    (Controle:16253): GStreamer-WARNING **: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstmpeg2dec.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstmpeg2dec.so: undefined symbol: gst_video_decoder_set_use_default_pad_acceptcaps
    
    (Controle:16253): GStreamer-WARNING **: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgsttheora.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgsttheora.so: undefined symbol: gst_video_decoder_set_use_default_pad_acceptcaps
    
    (Controle:16253): GStreamer-WARNING **: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstsiren.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstsiren.so: undefined symbol: gst_audio_decoder_set_use_default_pad_acceptcaps
    
    (Controle:16253): GStreamer-WARNING **: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstcompositor.so': /usr/lib/x86_64-linux-gnu/libgstbadvideo-1.0.so.0: undefined symbol: gst_video_converter_new
    
    (Controle:16253): GStreamer-WARNING **: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstspeex.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstspeex.so: undefined symbol: gst_audio_decoder_set_use_default_pad_acceptcaps
    
    (Controle:16253): GStreamer-WARNING **: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstvideorate.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstvideorate.so: undefined symbol: gst_video_guess_framerate
    
    (Controle:16253): GStreamer-WARNING **: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstpng.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstpng.so: undefined symbol: gst_video_decoder_set_use_default_pad_acceptcaps
    
    (Controle:16253): GStreamer-WARNING **: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstadpcmdec.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstadpcmdec.so: undefined symbol: gst_audio_decoder_set_use_default_pad_acceptcaps
    
    (Controle:16253): GStreamer-WARNING **: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstmultifile.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstmultifile.so: undefined symbol: gst_segment_to_running_time_full
    
    (Controle:16253): GStreamer-WARNING **: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstavi.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstavi.so: undefined symbol: gst_flow_combiner_reset
    
    (Controle:16253): GStreamer-WARNING **: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstisomp4.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstisomp4.so: undefined symbol: gst_codec_utils_opus_create_caps
    
    (Controle:16253): GStreamer-WARNING **: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstxvimagesink.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstxvimagesink.so: undefined symbol: gst_navigation_message_new_event
    
    (Controle:16253): GStreamer-WARNING **: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstwavpack.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstwavpack.so: undefined symbol: gst_audio_decoder_set_use_default_pad_acceptcaps
    
    (Controle:16253): GStreamer-WARNING **: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstaudioconvert.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstaudioconvert.so: undefined symbol: gst_audio_converter_free
    
    (Controle:16253): GStreamer-WARNING **: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstx264.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstx264.so: undefined symbol: gst_video_encoder_set_min_pts
    
    (Controle:16253): GStreamer-WARNING **: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstvideo4linux2.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstvideo4linux2.so: undefined symbol: gst_video_decoder_proxy_getcaps
    
    (Controle:16253): GStreamer-WARNING **: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstflac.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstflac.so: undefined symbol: gst_audio_decoder_set_use_default_pad_acceptcaps
    
    (Controle:16253): GStreamer-WARNING **: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgsttcp.so': /usr/lib/x86_64-linux-gnu/libgstnet-1.0.so.0: undefined symbol: gst_clock_add_observation_unapplied
    
    (Controle:16253): GStreamer-WARNING **: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstgdkpixbuf.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstgdkpixbuf.so: undefined symbol: gst_buffer_get_video_meta
    
    (Controle:16253): GStreamer-WARNING **: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstrsvg.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstrsvg.so: undefined symbol: gst_video_decoder_set_use_default_pad_acceptcaps
    
    (Controle:16253): GStreamer-WARNING **: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstopus.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstopus.so: undefined symbol: gst_buffer_add_audio_clipping_meta
    
    (Controle:16253): GStreamer-WARNING **: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstmpegtsmux.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstmpegtsmux.so: undefined symbol: gst_adapter_take_buffer_list
    
    (Controle:16253): GStreamer-WARNING **: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstjpegformat.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstjpegformat.so: undefined symbol: gst_byte_reader_masked_scan_uint32_peek
    
    (Controle:16253): GStreamer-WARNING **: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstrmdemux.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstrmdemux.so: undefined symbol: gst_flow_combiner_update_pad_flow
    
    (Controle:16253): GStreamer-WARNING **: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstplayback.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstplayback.so: undefined symbol: gst_video_multiview_flagset_get_type
    
    (Controle:16253): GStreamer-WARNING **: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstinter.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstinter.so: undefined symbol: gst_video_converter_new
    
    (Controle:16253): GStreamer-WARNING **: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstdashdemux.so': /usr/lib/x86_64-linux-gnu/libgstnet-1.0.so.0: undefined symbol: gst_clock_add_observation_unapplied
    
    (Controle:16253): GStreamer-WARNING **: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstasf.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstasf.so: undefined symbol: gst_video_multiview_flagset_get_type
    
    (Controle:16253): GStreamer-WARNING **: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstwebp.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstwebp.so: undefined symbol: gst_video_decoder_set_use_default_pad_acceptcaps
    
    (Controle:16253): GStreamer-WARNING **: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstmxf.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstmxf.so: undefined symbol: gst_flow_combiner_reset
    
    (Controle:16253): GStreamer-WARNING **: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstaiff.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstaiff.so: undefined symbol: gst_audio_channel_get_fallback_mask
    
    (Controle:16253): GStreamer-WARNING **: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstlibav.so': /usr/lib/x86_64-linux-gnu/libgnutls.so.30: symbol asn1_decode_simple_ber, version LIBTASN1_0_3 not defined in file libtasn1.so.6 with link time reference
    
    (Controle:16253): GStreamer-WARNING **: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstamrwbdec.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstamrwbdec.so: undefined symbol: gst_audio_decoder_set_use_default_pad_acceptcaps
    
    (Controle:16253): GStreamer-WARNING **: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstencodebin.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstencodebin.so: undefined symbol: gst_encoding_profile_is_enabled
    
    (Controle:16253): GStreamer-WARNING **: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstamrnb.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstamrnb.so: undefined symbol: gst_audio_decoder_set_use_default_pad_acceptcaps
    
    (Controle:16253): GStreamer-WARNING **: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstvideoparsersbad.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstvideoparsersbad.so: undefined symbol: gst_video_multiview_flagset_get_type
    
    (Controle:16253): GStreamer-WARNING **: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgsta52dec.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgsta52dec.so: undefined symbol: gst_audio_decoder_set_use_default_pad_acceptcaps
    
    (Controle:16253): GStreamer-WARNING **: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstgoom.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstgoom.so: undefined symbol: gst_audio_visualizer_get_type
    
    (Controle:16253): GStreamer-WARNING **: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstlibvisual.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstlibvisual.so: undefined symbol: gst_audio_visualizer_get_type
    
    (Controle:16253): GStreamer-WARNING **: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstflxdec.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstflxdec.so: undefined symbol: gst_byte_reader_get_sub_reader
    
    (Controle:16253): GStreamer-WARNING **: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstopencv.so': /usr/lib/x86_64-linux-gnu/libgnutls.so.30: symbol asn1_decode_simple_ber, version LIBTASN1_0_3 not defined in file libtasn1.so.6 with link time reference
    
    (Controle:16253): GStreamer-WARNING **: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstflv.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstflv.so: undefined symbol: gst_flow_combiner_reset
    
    (Controle:16253): GStreamer-WARNING **: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstaudiovisualizers.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstaudiovisualizers.so: undefined symbol: gst_audio_visualizer_get_type
    
    (Controle:16253): GStreamer-WARNING **: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstsbc.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstsbc.so: undefined symbol: gst_audio_decoder_set_use_default_pad_acceptcaps
    
    (Controle:16253): GStreamer-WARNING **: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstopengl.so': /usr/lib/x86_64-linux-gnu/libgstbadvideo-1.0.so.0: undefined symbol: gst_video_converter_new
    
    (Controle:16253): GStreamer-WARNING **: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstdecklink.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstdecklink.so: undefined symbol: gst_caps_map_in_place
    
    (Controle:16253): GStreamer-WARNING **: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstgsm.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstgsm.so: undefined symbol: gst_audio_decoder_set_use_default_pad_acceptcaps
    
    (Controle:16253): GLib-GObject-CRITICAL **: g_object_set: assertion 'G_IS_OBJECT (object)' failed
    
    (Controle:16253): GStreamer-CRITICAL **: gst_object_ref: assertion 'object != NULL' failed
    
    (Controle:16253): GStreamer-CRITICAL **: gst_bin_add_many: assertion 'GST_IS_ELEMENT (element_1)' failed
    
    (Controle:16253): GStreamer-CRITICAL **: gst_element_link_pads_full: assertion 'GST_IS_ELEMENT (src)' failed
    
    (Controle:16253): GStreamer-CRITICAL **: gst_element_get_static_pad: assertion 'GST_IS_ELEMENT (element)' failed
    
    (Controle:16253): GStreamer-CRITICAL **: gst_ghost_pad_new: assertion 'GST_IS_PAD (target)' failed
    
    (Controle:16253): GStreamer-CRITICAL **: gst_element_add_pad: assertion 'GST_IS_PAD (pad)' failed
    
    (Controle:16253): GStreamer-CRITICAL **: gst_object_unref: assertion 'object != NULL' failed
    
    ldd /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstvmnc.so
    	linux-vdso.so.1 =>  (0x00007ffe330d4000)
    	libgstvideo-1.0.so.0 => /usr/lib/x86_64-linux-gnu/libgstvideo-1.0.so.0 (0x00007f6feebce000)
    	libgstbase-1.0.so.0 => /usr/lib/x86_64-linux-gnu/libgstbase-1.0.so.0 (0x00007f6fee96a000)
    	libgstreamer-1.0.so.0 => /usr/lib/x86_64-linux-gnu/libgstreamer-1.0.so.0 (0x00007f6fee640000)
    	libgobject-2.0.so.0 => /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 (0x00007f6fee3ed000)
    	libglib-2.0.so.0 => /lib/x86_64-linux-gnu/libglib-2.0.so.0 (0x00007f6fee0dc000)
    	libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f6fedebf000)
    	libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f6fedaf5000)
    	liborc-0.4.so.0 => /usr/lib/x86_64-linux-gnu/liborc-0.4.so.0 (0x00007f6fed875000)
    	libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f6fed56c000)
    	libgmodule-2.0.so.0 => /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0 (0x00007f6fed368000)
    	librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007f6fed160000)
    	libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f6fecf5c000)
    	libffi.so.6 => /usr/lib/x86_64-linux-gnu/libffi.so.6 (0x00007f6fecd54000)
    	libpcre.so.3 => /lib/x86_64-linux-gnu/libpcre.so.3 (0x00007f6fecae4000)
    	/lib64/ld-linux-x86-64.so.2 (0x00007f6fef05a000)
    
    

    Can you help me?

    thanks

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      You should check the exact version of GStreamer you have on Mint. For example gst_clock_add_observation_unapplied is in the library since the 1.6 version.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • GuapoG Offline
        GuapoG Offline
        Guapo
        wrote on last edited by
        #3

        Hi @SGaist , is this your question?

        luis@t1000 ~ $ gst-launch-1.0 --gst-version
        GStreamer Core Library version 1.8.3

        dpkg -l | grep gstreamer
        ii gir1.2-gstreamer-0.10 0.10.36-1.5ubuntu1 amd64 Description: GObject introspection data for the GStreamer library
        ii gir1.2-gstreamer-1.0 1.8.3-1~ubuntu0.1 amd64 GObject introspection data for the GStreamer library
        ii gstreamer0.10-alsa:amd64 0.10.36-2ubuntu0.1 amd64 GStreamer plugin for ALSA
        ii gstreamer0.10-ffmpeg:amd64 0.10.13-5ubuntu1~trusty2 amd64 FFmpeg plugin for GStreamer
        ii gstreamer0.10-gconf:amd64 0.10.31-3+nmu4ubuntu2.16.04.3 amd64 GStreamer plugin for getting the sink/source information from GConf
        ii gstreamer0.10-gnomevfs:amd64 0.10.36-2ubuntu0.1 amd64 GStreamer plugin for GnomeVFS
        ii gstreamer0.10-nice:amd64 0.1.13-0ubuntu2 amd64 ICE library (GStreamer 0.10 plugin)
        ii gstreamer0.10-plugins-base:amd64 0.10.36-2ubuntu0.1 amd64 GStreamer plugins from the "base" set
        ii gstreamer0.10-plugins-base-apps 0.10.36-2ubuntu0.1 amd64 GStreamer helper programs from the "base" set
        ii gstreamer0.10-plugins-good:amd64 0.10.31-3+nmu4ubuntu2.16.04.3 amd64 GStreamer plugins from the "good" set
        ii gstreamer0.10-pulseaudio:amd64 0.10.31-3+nmu4ubuntu2.16.04.3 amd64 GStreamer plugin for PulseAudio
        ii gstreamer0.10-tools 0.10.36-1.5ubuntu1 amd64 Tools for use with GStreamer
        ii gstreamer0.10-x:amd64 0.10.36-2ubuntu0.1 amd64 GStreamer plugins for X11 and Pango
        ii gstreamer1.0-alsa:amd64 1.8.3-1ubuntu0.2 amd64 GStreamer plugin for ALSA
        ii gstreamer1.0-clutter 2.0.18-1 amd64 Clutter PLugin for GStreamer 1.0
        ii gstreamer1.0-libav:amd64 1.8.3-1ubuntu0.2 amd64 libav plugin for GStreamer
        ii gstreamer1.0-nice:amd64 0.1.13-0ubuntu2 amd64 ICE library (GStreamer plugin)
        ii gstreamer1.0-plugins-bad:amd64 1.8.3-1ubuntu0.2 amd64 GStreamer plugins from the "bad" set
        ii gstreamer1.0-plugins-bad-faad:amd64 1.8.3-1ubuntu0.2 amd64 GStreamer faad plugin from the "bad" set
        ii gstreamer1.0-plugins-bad-videoparsers:amd64 1.8.3-1ubuntu0.2 amd64 GStreamer videoparsers plugin from the "bad" set
        ii gstreamer1.0-plugins-base:amd64 1.8.3-1ubuntu0.2 amd64 GStreamer plugins from the "base" set
        ii gstreamer1.0-plugins-base-apps 1.8.3-1ubuntu0.2 amd64 GStreamer helper programs from the "base" set
        ii gstreamer1.0-plugins-good:amd64 1.8.3-1ubuntu0.4 amd64 GStreamer plugins from the "good" set
        ii gstreamer1.0-plugins-ugly:amd64 1.8.3-1ubuntu0.1 amd64 GStreamer plugins from the "ugly" set
        ii gstreamer1.0-plugins-ugly-amr:amd64 1.8.3-1ubuntu0.1 amd64 GStreamer plugins from the "ugly" set
        ii gstreamer1.0-pulseaudio:amd64 1.8.3-1ubuntu0.4 amd64 GStreamer plugin for PulseAudio
        ii gstreamer1.0-tools 1.8.3-1~ubuntu0.1 amd64 Tools for use with GStreamer
        ii gstreamer1.0-x:amd64 1.8.3-1ubuntu0.2 amd64 GStreamer plugins for X11 and Pango
        ii libgstreamer-plugins-bad1.0-0:amd64 1.8.3-1ubuntu0.2 amd64 GStreamer development files for libraries from the "bad" set
        ii libgstreamer-plugins-base0.10-0:amd64 0.10.36-2ubuntu0.1 amd64 GStreamer libraries from the "base" set
        ii libgstreamer-plugins-base1.0-0:amd64 1.8.3-1ubuntu0.2 amd64 GStreamer libraries from the "base" set
        ii libgstreamer-plugins-good1.0-0:amd64 1.8.3-1ubuntu0.4 amd64 GStreamer development files for libraries from the "good" set
        ii libgstreamer0.10-0:amd64 0.10.36-1.5ubuntu1 amd64 Core GStreamer libraries and elements
        ii libgstreamer1.0-0:amd64 1.8.3-1~ubuntu0.1 amd64 Core GStreamer libraries and elements
        ii libreoffice-avmedia-backend-gstreamer 1:5.1.6~rc2-0ubuntu1~xenial3 amd64 GStreamer backend for LibreOffice
        ri phonon-backend-gstreamer:amd64 4:4.8.2-0ubuntu2 amd64 Phonon GStreamer 1.0 backend
        ri phonon-backend-gstreamer-common:amd64 4:4.8.2-0ubuntu2 amd64 Phonon GStreamer 1.0.x backend icons

        why inside in Qt Creator works fine?

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Inside Qt Creator, it's because you are re-building for Mint, therefore it uses directly the libraries present on the system.

          As for the version generated on Debian by linuxdeployqt, did you check what was included with the application ?

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved