spacedrive icon indicating copy to clipboard operation
spacedrive copied to clipboard

[Linux] GStreamer plugin lookup failures cause Interface stutter during video preview

Open TheGB0077 opened this issue 2 years ago • 7 comments

Describe the bug

During common app usage, I noticed these scenarios where the app becomes unresponsive:

  • Seeking file details on a file without an extension on the Overview Page only image

  • Seeking folder details on Root System Node (Likely due to accentuation on folder names) image

Reproduction

Scenario 1

  1. Access Overview with a file without an extension included.
  2. Click on File Information/Details Toggle
  3. Click on the File

Scenario 2

  1. Access your system root node
  2. Click on File Information/Details Toggle 2.1. With only one folder Vídeos
  3. Click on the Folder 3.1 The bug should happen immediately.

Scenario 3

  1. Access your system root node
  2. Click on File Information/Details Toggle 2.1. With two folders, Vídeos and Tasks-and-Organizing
  3. Access one of the folders
  4. Return to the root node
  5. Click on the Vídeos Folder 5.1. The bug should occur at this point. 5.2. Tasks-and-Organizing won't cause the lock

Scenario 4

  1. Access your system root node.
  2. Click on File Information/Details Toggle 2.1. With three folders Vídeos, Tasks-and-Organizing and Música
  3. Access one of the folders
  4. Return to the root node
  5. Click on the Vídeos or Música Folder 5.1. The bug should occur at this point. 5.2. Tasks-and-Organizing won't cause the lock

Expected behavior

The interface will become unresponsive.

Platform and versions

Linux - Pop_OS 22.04

pnpm 8.6.3
cargo 1.70.0 (ec8a8a0ca 2023-04-25)
rustc 1.70.0 (90c541806 2023-05-31)

Stack trace

No errors were emitted on the terminal.

Additional context

No response

TheGB0077 avatar Jun 24 '23 16:06 TheGB0077

Hey, thanks for the report. Are you compiling Spacedrive yourself, or are you using the release AppImage?

HeavenVolkoff avatar Jun 26 '23 15:06 HeavenVolkoff

Hey, thanks for the report. Are you compiling Spacedrive yourself, or are you using the release AppImage?

I did compile it myself.

TheGB0077 avatar Jun 26 '23 16:06 TheGB0077

Could you try repeating these scenarios in the pre-release AppImage? https://github.com/spacedriveapp/spacedrive/actions/runs/5371016358

I know that some old WebKit/GStreamer combinations had some weird crashes when trying to reproduce media files (which seems to be the problem in the first example). About the folder issue, I will try to reproduce, but the name having diacritics should not impact the app as the code is utf-8 aware and should handle it correctly.

HeavenVolkoff avatar Jun 26 '23 16:06 HeavenVolkoff

Scenario 1

The error caused a 3 second long stutter this time, but the interface did not permanently freeze.

Stacktrace
(spacedrive:22704): Gtk-WARNING **: 14:06:59.190: cache version is different 2 != 1

(gst-plugin-scanner:22884): GStreamer-WARNING **: 14:07:05.275: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgst1394.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgst1394.so: undefined symbol: gst_base_src_set_format

(gst-plugin-scanner:22887): GStreamer-WARNING **: 14:07:05.304: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstaasink.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstaasink.so: undefined symbol: gst_video_frame_map

(gst-plugin-scanner:22888): GStreamer-WARNING **: 14:07:05.315: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstaccurip.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstaccurip.so: undefined symbol: gst_audio_filter_class_add_pad_templates

(gst-plugin-scanner:22889): GStreamer-WARNING **: 14:07:05.325: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstadder.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstadder.so: undefined symbol: gst_audio_info_is_equal

(gst-plugin-scanner:22890): GStreamer-WARNING **: 14:07:05.334: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstadpcmdec.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstadpcmdec.so: undefined symbol: gst_audio_decoder_set_needs_format

(gst-plugin-scanner:22891): GStreamer-WARNING **: 14:07:05.345: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstadpcmenc.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstadpcmenc.so: undefined symbol: gst_audio_encoder_set_output_format

(gst-plugin-scanner:22892): GStreamer-WARNING **: 14:07:05.355: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstaiff.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstaiff.so: undefined symbol: gst_pb_utils_add_codec_description_to_tag_list

(gst-plugin-scanner:22893): GStreamer-WARNING **: 14:07:05.365: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstalaw.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstalaw.so: undefined symbol: gst_audio_decoder_set_needs_format

(gst-plugin-scanner:22894): GStreamer-WARNING **: 14:07:05.376: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstalpha.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstalpha.so: undefined symbol: gst_base_transform_reconfigure_src

(gst-plugin-scanner:22895): GStreamer-WARNING **: 14:07:05.385: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstalphacolor.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstalphacolor.so: undefined symbol: gst_video_filter_get_type

(gst-plugin-scanner:22896): GStreamer-WARNING **: 14:07:05.396: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstamrnb.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstamrnb.so: undefined symbol: gst_audio_decoder_set_needs_format

(gst-plugin-scanner:22897): GStreamer-WARNING **: 14:07:05.406: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstamrwbdec.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstamrwbdec.so: undefined symbol: gst_audio_decoder_set_needs_format

(gst-plugin-scanner:22899): GStreamer-WARNING **: 14:07:05.430: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstapetag.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstapetag.so: undefined symbol: gst_pb_utils_add_codec_description_to_tag_list

(gst-plugin-scanner:22900): GStreamer-WARNING **: 14:07:05.440: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstapp.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstapp.so: undefined symbol: gst_app_sink_get_type

(gst-plugin-scanner:22901): GStreamer-WARNING **: 14:07:05.455: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstasf.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstasf.so: undefined symbol: gst_rtsp_message_init_response

(gst-plugin-scanner:22903): GStreamer-WARNING **: 14:07:05.476: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstassrender.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstassrender.so: undefined symbol: ass_set_extract_fonts

(gst-plugin-scanner:22904): GStreamer-WARNING **: 14:07:05.486: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstaudiobuffersplit.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstaudiobuffersplit.so: undefined symbol: gst_audio_info_is_equal

(gst-plugin-scanner:22905): GStreamer-WARNING **: 14:07:05.497: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstaudioconvert.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstaudioconvert.so: undefined symbol: gst_audio_format_get_info

(gst-plugin-scanner:22907): GStreamer-WARNING **: 14:07:05.518: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstaudiofxbad.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstaudiofxbad.so: undefined symbol: gst_audio_filter_get_type

(gst-plugin-scanner:22909): GStreamer-WARNING **: 14:07:05.537: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstaudiomixer.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstaudiomixer.so: undefined symbol: gst_audio_aggregator_convert_pad_get_type

(gst-plugin-scanner:22910): GStreamer-WARNING **: 14:07:05.546: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstaudiomixmatrix.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstaudiomixmatrix.so: undefined symbol: gst_audio_channel_get_fallback_mask

(gst-plugin-scanner:22911): GStreamer-WARNING **: 14:07:05.557: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstaudioparsers.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstaudioparsers.so: undefined symbol: gst_tag_list_from_vorbiscomment

(gst-plugin-scanner:22913): GStreamer-WARNING **: 14:07:05.577: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstaudioresample.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstaudioresample.so: undefined symbol: gst_audio_converter_get_out_frames

(gst-plugin-scanner:22914): GStreamer-WARNING **: 14:07:05.587: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstaudiotestsrc.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstaudiotestsrc.so: undefined symbol: gst_base_src_set_blocksize

(gst-plugin-scanner:22915): GStreamer-WARNING **: 14:07:05.598: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstaudiovisualizers.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstaudiovisualizers.so: undefined symbol: gst_fft_s16_fft

(gst-plugin-scanner:22916): GStreamer-WARNING **: 14:07:05.608: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstauparse.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstauparse.so: undefined symbol: gst_adapter_flush

(gst-plugin-scanner:22920): GStreamer-WARNING **: 14:07:05.654: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstbayer.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstbayer.so: undefined symbol: gst_video_frame_map

(gst-plugin-scanner:22921): GStreamer-WARNING **: 14:07:05.665: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstbluez.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstbluez.so: undefined symbol: g_dbus_method_invocation_get_message

(gst-plugin-scanner:22922): GStreamer-WARNING **: 14:07:05.677: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstbs2b.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstbs2b.so: undefined symbol: gst_audio_filter_class_add_pad_templates

(gst-plugin-scanner:22923): GStreamer-WARNING **: 14:07:05.687: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstbz2.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstbz2.so: undefined symbol: gst_type_find_helper_for_buffer

(gst-plugin-scanner:22924): GStreamer-WARNING **: 14:07:05.701: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstcacasink.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstcacasink.so: undefined symbol: gst_video_frame_map

(gst-plugin-scanner:22925): GStreamer-WARNING **: 14:07:05.715: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstcairo.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstcairo.so: undefined symbol: gst_video_frame_map

(gst-plugin-scanner:22926): GStreamer-WARNING **: 14:07:05.726: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstcamerabin.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstcamerabin.so: undefined symbol: gst_encoding_container_profile_get_profiles

(gst-plugin-scanner:22927): GStreamer-WARNING **: 14:07:05.736: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstcdio.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstcdio.so: undefined symbol: gst_tag_freeform_string_to_utf8

(gst-plugin-scanner:22928): GStreamer-WARNING **: 14:07:05.748: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstcdparanoia.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstcdparanoia.so: undefined symbol: gst_audio_cd_src_get_type

(gst-plugin-scanner:22929): GStreamer-WARNING **: 14:07:05.767: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstchromaprint.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstchromaprint.so: undefined symbol: gst_audio_filter_class_add_pad_templates

(gst-plugin-scanner:22930): GStreamer-WARNING **: 14:07:05.782: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstclosedcaption.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstclosedcaption.so: undefined symbol: gst_aggregator_simple_get_next_time

(gst-plugin-scanner:22931): GStreamer-WARNING **: 14:07:05.793: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstcoloreffects.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstcoloreffects.so: undefined symbol: gst_video_filter_get_type

(gst-plugin-scanner:22932): GStreamer-WARNING **: 14:07:05.804: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstcolormanagement.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstcolormanagement.so: undefined symbol: gst_base_transform_set_passthrough

(gst-plugin-scanner:22933): GStreamer-WARNING **: 14:07:05.814: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstcompositor.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstcompositor.so: undefined symbol: gst_video_frame_map

(gst-plugin-scanner:22934): GStreamer-WARNING **: 14:07:05.825: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstcoreelements.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstcoreelements.so: undefined symbol: gst_base_src_set_format

(gst-plugin-scanner:22936): GStreamer-WARNING **: 14:07:05.872: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstcurl.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstcurl.so: undefined symbol: gst_base_sink_get_type

(gst-plugin-scanner:22937): GStreamer-WARNING **: 14:07:05.884: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstcutter.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstcutter.so: undefined symbol: gst_audio_info_from_caps

(gst-plugin-scanner:22938): GStreamer-WARNING **: 14:07:05.899: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstdashdemux.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstdashdemux.so: undefined symbol: gst_adaptive_demux_stream_set_tags

(gst-plugin-scanner:22939): GStreamer-WARNING **: 14:07:05.909: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstdc1394.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstdc1394.so: undefined symbol: gst_base_src_set_format

(gst-plugin-scanner:22940): GStreamer-WARNING **: 14:07:05.920: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstde265.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstde265.so: undefined symbol: gst_video_decoder_set_packetized

(gst-plugin-scanner:22941): GStreamer-WARNING **: 14:07:05.930: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstdebug.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstdebug.so: undefined symbol: gst_base_transform_set_gap_aware

(gst-plugin-scanner:22942): GStreamer-WARNING **: 14:07:05.940: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstdebugutilsbad.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstdebugutilsbad.so: undefined symbol: gst_adapter_prev_pts

(gst-plugin-scanner:22943): GStreamer-WARNING **: 14:07:05.952: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstdecklink.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstdecklink.so: undefined symbol: gst_base_src_set_format

(gst-plugin-scanner:22944): GStreamer-WARNING **: 14:07:05.964: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstdeinterlace.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstdeinterlace.so: undefined symbol: gst_video_time_code_copy

(gst-plugin-scanner:22946): GStreamer-WARNING **: 14:07:05.984: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstdtmf.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstdtmf.so: undefined symbol: gst_rtp_buffer_new_allocate

(gst-plugin-scanner:22948): GStreamer-WARNING **: 14:07:06.007: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstdv.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstdv.so: undefined symbol: gst_video_frame_map

(gst-plugin-scanner:22949): GStreamer-WARNING **: 14:07:06.019: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstdvb.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstdvb.so: undefined symbol: gst_base_src_set_format

(gst-plugin-scanner:22950): GStreamer-WARNING **: 14:07:06.029: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstdvbsuboverlay.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstdvbsuboverlay.so: undefined symbol: gst_video_frame_map

(gst-plugin-scanner:22951): GStreamer-WARNING **: 14:07:06.038: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstdvdlpcmdec.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstdvdlpcmdec.so: undefined symbol: gst_audio_format_to_string

(gst-plugin-scanner:22952): GStreamer-WARNING **: 14:07:06.050: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstdvdread.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstdvdread.so: undefined symbol: gst_push_src_get_type

(gst-plugin-scanner:22953): GStreamer-WARNING **: 14:07:06.059: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstdvdspu.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstdvdspu.so: undefined symbol: gst_video_frame_map

(gst-plugin-scanner:22954): GStreamer-WARNING **: 14:07:06.070: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstdvdsub.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstdvdsub.so: undefined symbol: gst_video_frame_map

(gst-plugin-scanner:22955): GStreamer-WARNING **: 14:07:06.081: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgsteffectv.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgsteffectv.so: undefined symbol: gst_video_filter_get_type

(gst-plugin-scanner:22956): GStreamer-WARNING **: 14:07:06.091: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstencoding.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstencoding.so: undefined symbol: gst_encoding_profile_get_presence

(gst-plugin-scanner:22957): GStreamer-WARNING **: 14:07:06.101: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstequalizer.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstequalizer.so: undefined symbol: gst_audio_filter_class_add_pad_templates

(gst-plugin-scanner:22958): GStreamer-WARNING **: 14:07:06.112: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstfaad.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstfaad.so: undefined symbol: gst_audio_channel_positions_to_valid_order

(gst-plugin-scanner:22960): GStreamer-WARNING **: 14:07:06.131: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstfbdevsink.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstfbdevsink.so: undefined symbol: gst_video_format_from_masks

(gst-plugin-scanner:22962): GStreamer-WARNING **: 14:07:06.151: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstfieldanalysis.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstfieldanalysis.so: undefined symbol: gst_video_frame_map

(gst-plugin-scanner:22963): GStreamer-WARNING **: 14:07:06.161: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstflac.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstflac.so: undefined symbol: gst_adapter_flush

(gst-plugin-scanner:22964): GStreamer-WARNING **: 14:07:06.172: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstflite.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstflite.so: undefined symbol: gst_base_src_set_format

(gst-plugin-scanner:22966): GStreamer-WARNING **: 14:07:06.217: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstflv.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstflv.so: undefined symbol: gst_audio_format_to_string

(gst-plugin-scanner:22967): GStreamer-WARNING **: 14:07:06.228: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstflxdec.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstflxdec.so: undefined symbol: gst_adapter_flush

(gst-plugin-scanner:22969): GStreamer-WARNING **: 14:07:06.246: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstfrei0r.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstfrei0r.so: undefined symbol: gst_base_src_set_format

(gst-plugin-scanner:22970): GStreamer-WARNING **: 14:07:06.256: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstgaudieffects.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstgaudieffects.so: undefined symbol: gst_video_frame_copy

(gst-plugin-scanner:22971): GStreamer-WARNING **: 14:07:06.266: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstgdkpixbuf.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstgdkpixbuf.so: undefined symbol: gst_video_frame_map

(gst-plugin-scanner:22972): GStreamer-WARNING **: 14:07:06.275: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstgdp.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstgdp.so: undefined symbol: gst_adapter_flush

(gst-plugin-scanner:22973): GStreamer-WARNING **: 14:07:06.283: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstgeometrictransform.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstgeometrictransform.so: undefined symbol: gst_video_filter_get_type

(gst-plugin-scanner:22974): GStreamer-WARNING **: 14:07:06.293: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstgio.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstgio.so: undefined symbol: g_input_stream_read

(gst-plugin-scanner:22975): GStreamer-WARNING **: 14:07:06.304: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstgme.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstgme.so: undefined symbol: gst_adapter_available

(gst-plugin-scanner:22976): GStreamer-WARNING **: 14:07:06.313: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstgoom.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstgoom.so: undefined symbol: gst_audio_visualizer_get_type

(gst-plugin-scanner:22977): GStreamer-WARNING **: 14:07:06.324: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstgoom2k1.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstgoom2k1.so: undefined symbol: gst_audio_visualizer_get_type

(gst-plugin-scanner:22978): GStreamer-WARNING **: 14:07:06.333: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstgsm.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstgsm.so: undefined symbol: gsm_option

(gst-plugin-scanner:22979): GStreamer-WARNING **: 14:07:06.344: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgsthls.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgsthls.so: undefined symbol: gst_adaptive_demux_stream_set_tags

(gst-plugin-scanner:22980): GStreamer-WARNING **: 14:07:06.353: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgsticydemux.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgsticydemux.so: undefined symbol: gst_adapter_flush

(gst-plugin-scanner:22981): GStreamer-WARNING **: 14:07:06.364: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstid3demux.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstid3demux.so: undefined symbol: gst_tag_list_new_from_id3v1

(gst-plugin-scanner:22982): GStreamer-WARNING **: 14:07:06.373: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstid3tag.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstid3tag.so: undefined symbol: gst_tag_image_type_get_type

(gst-plugin-scanner:22984): GStreamer-WARNING **: 14:07:06.393: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstinter.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstinter.so: undefined symbol: gst_video_converter_new

(gst-plugin-scanner:22986): GStreamer-WARNING **: 14:07:06.413: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstinterleave.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstinterleave.so: undefined symbol: gst_collect_pads_stop

(gst-plugin-scanner:22987): GStreamer-WARNING **: 14:07:06.423: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstipcpipeline.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstipcpipeline.so: undefined symbol: gst_byte_writer_reset_and_get_data

(gst-plugin-scanner:22988): GStreamer-WARNING **: 14:07:06.434: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstisomp4.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstisomp4.so: undefined symbol: gst_riff_create_audio_caps

(gst-plugin-scanner:22989): GStreamer-WARNING **: 14:07:06.445: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstivfparse.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstivfparse.so: undefined symbol: gst_base_parse_finish_frame

(gst-plugin-scanner:22990): GStreamer-WARNING **: 14:07:06.454: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstivtc.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstivtc.so: undefined symbol: gst_video_frame_map

(gst-plugin-scanner:22992): GStreamer-WARNING **: 14:07:06.478: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstjp2kdecimator.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstjp2kdecimator.so: undefined symbol: gst_byte_writer_reset_and_get_buffer

(gst-plugin-scanner:22994): GStreamer-WARNING **: 14:07:06.498: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstjpegformat.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstjpegformat.so: undefined symbol: gst_tag_xmp_writer_get_type

(gst-plugin-scanner:22995): GStreamer-WARNING **: 14:07:06.508: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstkate.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstkate.so: undefined symbol: gst_tag_list_from_vorbiscomment

(gst-plugin-scanner:22996): GStreamer-WARNING **: 14:07:06.518: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstkms.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstkms.so: undefined symbol: gst_dmabuf_allocator_new

(gst-plugin-scanner:22997): GStreamer-WARNING **: 14:07:06.528: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstladspa.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstladspa.so: undefined symbol: gst_base_src_set_blocksize

(gst-plugin-scanner:22998): GStreamer-WARNING **: 14:07:06.538: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstlame.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstlame.so: undefined symbol: gst_audio_encoder_set_output_format

(gst-plugin-scanner:22999): GStreamer-WARNING **: 14:07:06.548: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstlegacyrawparse.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstlegacyrawparse.so: undefined symbol: gst_audio_channel_position_get_type

(gst-plugin-scanner:23000): GStreamer-WARNING **: 14:07:06.557: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstlevel.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstlevel.so: undefined symbol: gst_base_transform_set_gap_aware

(gst-plugin-scanner:23001): GStreamer-WARNING **: 14:07:06.590: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstlibav.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstlibav.so: undefined symbol: gst_audio_check_valid_channel_positions

(gst-plugin-scanner:23002): GStreamer-WARNING **: 14:07:06.603: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstlibvisual.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstlibvisual.so: undefined symbol: gst_audio_visualizer_get_type

(gst-plugin-scanner:23004): GStreamer-WARNING **: 14:07:06.626: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstmatroska.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstmatroska.so: undefined symbol: gst_riff_create_audio_caps

(gst-plugin-scanner:23005): GStreamer-WARNING **: 14:07:06.636: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstmidi.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstmidi.so: undefined symbol: gst_adapter_available

(gst-plugin-scanner:23006): GStreamer-WARNING **: 14:07:06.646: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstmms.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstmms.so: undefined symbol: mmsx_get_asf_header_len

(gst-plugin-scanner:23008): GStreamer-WARNING **: 14:07:06.669: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstmonoscope.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstmonoscope.so: undefined symbol: gst_adapter_flush

(gst-plugin-scanner:23009): GStreamer-WARNING **: 14:07:06.680: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstmpeg2dec.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstmpeg2dec.so: undefined symbol: gst_video_decoder_set_packetized

(gst-plugin-scanner:23010): GStreamer-WARNING **: 14:07:06.694: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstmpeg2enc.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstmpeg2enc.so: undefined symbol: gst_video_frame_map

(gst-plugin-scanner:23011): GStreamer-WARNING **: 14:07:06.705: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstmpegpsdemux.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstmpegpsdemux.so: undefined symbol: gst_flow_combiner_update_flow

(gst-plugin-scanner:23012): GStreamer-WARNING **: 14:07:06.715: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstmpegpsmux.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstmpegpsmux.so: undefined symbol: gst_collect_pads_stop

(gst-plugin-scanner:23013): GStreamer-WARNING **: 14:07:06.727: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstmpegtsdemux.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstmpegtsdemux.so: undefined symbol: gst_h264_parser_identify_nalu

(gst-plugin-scanner:23014): GStreamer-WARNING **: 14:07:06.736: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstmpegtsmux.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstmpegtsmux.so: undefined symbol: gst_mpegts_pmt_new

(gst-plugin-scanner:23015): GStreamer-WARNING **: 14:07:06.747: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstmpg123.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstmpg123.so: undefined symbol: gst_audio_format_to_string

(gst-plugin-scanner:23016): GStreamer-WARNING **: 14:07:06.757: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstmplex.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstmplex.so: undefined symbol: gst_audio_info_init

(gst-plugin-scanner:23017): GStreamer-WARNING **: 14:07:06.767: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstmulaw.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstmulaw.so: undefined symbol: gst_audio_decoder_set_needs_format

(gst-plugin-scanner:23018): GStreamer-WARNING **: 14:07:06.780: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstmultifile.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstmultifile.so: undefined symbol: gst_data_queue_push

(gst-plugin-scanner:23019): GStreamer-WARNING **: 14:07:06.789: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstmultipart.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstmultipart.so: undefined symbol: gst_adapter_flush

(gst-plugin-scanner:23020): GStreamer-WARNING **: 14:07:06.797: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstmusepack.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstmusepack.so: undefined symbol: mpc_demux_get_info

(gst-plugin-scanner:23021): GStreamer-WARNING **: 14:07:06.808: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstmxf.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstmxf.so: undefined symbol: gst_flow_combiner_update_flow

(gst-plugin-scanner:23024): GStreamer-WARNING **: 14:07:06.838: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstofa.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstofa.so: undefined symbol: gst_adapter_flush

(gst-plugin-scanner:23025): GStreamer-WARNING **: 14:07:06.850: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstogg.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstogg.so: undefined symbol: gst_riff_init

(gst-plugin-scanner:23026): GStreamer-WARNING **: 14:07:06.863: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstopenal.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstopenal.so: undefined symbol: gst_audio_channel_positions_to_mask

(gst-plugin-scanner:23027): GStreamer-WARNING **: 14:07:06.879: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstopenexr.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstopenexr.so: undefined symbol: gst_adapter_flush

(gst-plugin-scanner:23028): GStreamer-WARNING **: 14:07:06.892: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstopengl.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstopengl.so: undefined symbol: gst_gl_shader_string_vertex_mat4_vertex_transform

(gst-plugin-scanner:23029): GStreamer-WARNING **: 14:07:06.903: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstopenjpeg.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstopenjpeg.so: undefined symbol: gst_video_decoder_set_packetized

(gst-plugin-scanner:23030): GStreamer-WARNING **: 14:07:06.915: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstopenmpt.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstopenmpt.so: undefined symbol: gst_audio_format_get_info

(gst-plugin-scanner:23031): GStreamer-WARNING **: 14:07:06.925: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstopus.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstopus.so: undefined symbol: gst_codec_utils_opus_parse_caps

(gst-plugin-scanner:23032): GStreamer-WARNING **: 14:07:06.935: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstopusparse.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstopusparse.so: undefined symbol: gst_audio_clipping_meta_api_get_type

(gst-plugin-scanner:23033): GStreamer-WARNING **: 14:07:06.944: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstoss4.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstoss4.so: undefined symbol: gst_audio_format_to_string

(gst-plugin-scanner:23034): GStreamer-WARNING **: 14:07:06.953: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstossaudio.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstossaudio.so: undefined symbol: gst_audio_src_get_type

(gst-plugin-scanner:23035): GStreamer-WARNING **: 14:07:06.963: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstoverlaycomposition.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstoverlaycomposition.so: undefined symbol: gst_video_overlay_composition_n_rectangles

(gst-plugin-scanner:23036): GStreamer-WARNING **: 14:07:06.975: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstpango.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstpango.so: undefined symbol: gst_buffer_add_video_overlay_composition_meta

(gst-plugin-scanner:23037): GStreamer-WARNING **: 14:07:06.986: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstpbtypes.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstpbtypes.so: undefined symbol: gst_video_multiview_flagset_get_type

(gst-plugin-scanner:23038): GStreamer-WARNING **: 14:07:06.996: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstpcapparse.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstpcapparse.so: undefined symbol: gst_adapter_flush

(gst-plugin-scanner:23039): GStreamer-WARNING **: 14:07:07.007: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstplayback.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstplayback.so: undefined symbol: gst_video_overlay_expose

(gst-plugin-scanner:23040): GStreamer-WARNING **: 14:07:07.016: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstpng.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstpng.so: undefined symbol: gst_video_decoder_set_packetized

(gst-plugin-scanner:23043): GStreamer-WARNING **: 14:07:07.050: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstpulseaudio.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstpulseaudio.so: undefined symbol: gst_audio_check_valid_channel_positions

(gst-plugin-scanner:23044): GStreamer-WARNING **: 14:07:07.062: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstrawparse.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstrawparse.so: undefined symbol: gst_audio_format_get_info

(gst-plugin-scanner:23045): GStreamer-WARNING **: 14:07:07.072: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstrealmedia.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstrealmedia.so: undefined symbol: gst_sdp_message_get_media

(gst-plugin-scanner:23046): GStreamer-WARNING **: 14:07:07.081: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstremovesilence.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstremovesilence.so: undefined symbol: gst_base_transform_get_type

(gst-plugin-scanner:23047): GStreamer-WARNING **: 14:07:07.092: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstreplaygain.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstreplaygain.so: undefined symbol: gst_base_transform_set_gap_aware

(gst-plugin-scanner:23050): GStreamer-WARNING **: 14:07:07.104: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstresindvd.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstresindvd.so: undefined symbol: gst_navigation_event_parse_command

(gst-plugin-scanner:23051): GStreamer-WARNING **: 14:07:07.115: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstrfbsrc.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstrfbsrc.so: undefined symbol: gst_push_src_get_type

(gst-plugin-scanner:23052): GStreamer-WARNING **: 14:07:07.132: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstrsvg.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstrsvg.so: undefined symbol: gst_video_decoder_set_packetized

(gst-plugin-scanner:23053): GStreamer-WARNING **: 14:07:07.143: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstrtmp.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstrtmp.so: undefined symbol: gst_base_src_set_format

(gst-plugin-scanner:23055): GStreamer-WARNING **: 14:07:07.172: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstrtpmanager.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstrtpmanager.so: undefined symbol: gst_rtp_buffer_get_csrc

(gst-plugin-scanner:23057): GStreamer-WARNING **: 14:07:07.197: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstrtsp.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstrtsp.so: undefined symbol: gst_rtsp_extension_parse_sdp

(gst-plugin-scanner:23058): GStreamer-WARNING **: 14:07:07.208: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstsbc.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstsbc.so: undefined symbol: gst_audio_decoder_set_needs_format

(gst-plugin-scanner:23059): GStreamer-WARNING **: 14:07:07.221: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstsctp.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstsctp.so: undefined symbol: gst_data_queue_flush

(gst-plugin-scanner:23060): GStreamer-WARNING **: 14:07:07.231: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstsdpelem.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstsdpelem.so: undefined symbol: gst_sdp_message_get_media

(gst-plugin-scanner:23063): GStreamer-WARNING **: 14:07:07.262: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstshm.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstshm.so: undefined symbol: gst_base_sink_get_type

(gst-plugin-scanner:23064): GStreamer-WARNING **: 14:07:07.276: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstshout2.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstshout2.so: undefined symbol: gst_base_sink_set_sync

(gst-plugin-scanner:23066): GStreamer-WARNING **: 14:07:07.300: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstsiren.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstsiren.so: undefined symbol: _gst_audio_decoder_error

(gst-plugin-scanner:23067): GStreamer-WARNING **: 14:07:07.310: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstsmooth.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstsmooth.so: undefined symbol: gst_video_filter_get_type

(gst-plugin-scanner:23068): GStreamer-WARNING **: 14:07:07.321: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstsmoothstreaming.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstsmoothstreaming.so: undefined symbol: gst_adaptive_demux_stream_set_tags

(gst-plugin-scanner:23071): GStreamer-WARNING **: 14:07:07.352: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstsoundtouch.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstsoundtouch.so: undefined symbol: gst_audio_filter_get_type

(gst-plugin-scanner:23072): GStreamer-WARNING **: 14:07:07.367: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstsoup.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstsoup.so: undefined symbol: gst_push_src_get_type

(gst-plugin-scanner:23073): GStreamer-WARNING **: 14:07:07.377: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstspandsp.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstspandsp.so: undefined symbol: gst_base_src_set_format

(gst-plugin-scanner:23074): GStreamer-WARNING **: 14:07:07.387: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstspectrum.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstspectrum.so: undefined symbol: gst_audio_filter_class_add_pad_templates

(gst-plugin-scanner:23076): GStreamer-WARNING **: 14:07:07.408: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstspeex.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstspeex.so: undefined symbol: gst_audio_decoder_set_needs_format

(gst-plugin-scanner:23077): GStreamer-WARNING **: 14:07:07.421: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstsrt.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstsrt.so: undefined symbol: g_cancellable_reset

(gst-plugin-scanner:23078): GStreamer-WARNING **: 14:07:07.433: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstsrtp.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstsrtp.so: undefined symbol: gst_rtcp_packet_fb_get_sender_ssrc

(gst-plugin-scanner:23080): GStreamer-WARNING **: 14:07:07.453: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstsubparse.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstsubparse.so: undefined symbol: gst_adapter_flush

(gst-plugin-scanner:23081): GStreamer-WARNING **: 14:07:07.467: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgsttaglib.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgsttaglib.so: undefined symbol: gst_tag_register_musicbrainz_tags

(gst-plugin-scanner:23082): GStreamer-WARNING **: 14:07:07.481: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgsttcp.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgsttcp.so: undefined symbol: gst_push_src_get_type

(gst-plugin-scanner:23084): GStreamer-WARNING **: 14:07:07.505: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgsttheora.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgsttheora.so: undefined symbol: gst_adapter_flush

(gst-plugin-scanner:23085): GStreamer-WARNING **: 14:07:07.517: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgsttimecode.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgsttimecode.so: undefined symbol: gst_video_time_code_copy

(gst-plugin-scanner:23086): GStreamer-WARNING **: 14:07:07.532: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstttmlsubs.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstttmlsubs.so: undefined symbol: gst_video_info_from_caps

(gst-plugin-scanner:23087): GStreamer-WARNING **: 14:07:07.543: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgsttwolame.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgsttwolame.so: undefined symbol: gst_audio_encoder_set_output_format

(gst-plugin-scanner:23088): GStreamer-WARNING **: 14:07:07.553: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgsttypefindfunctions.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgsttypefindfunctions.so: undefined symbol: gst_codec_utils_aac_get_sample_rate_from_index

(gst-plugin-scanner:23089): GStreamer-WARNING **: 14:07:07.564: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstudp.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstudp.so: undefined symbol: gst_push_src_get_type

(gst-plugin-scanner:23090): GStreamer-WARNING **: 14:07:07.576: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstuvch264.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstuvch264.so: undefined symbol: gst_video_event_is_force_key_unit

(gst-plugin-scanner:23091): GStreamer-WARNING **: 14:07:07.590: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstvideo4linux2.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstvideo4linux2.so: undefined symbol: gst_video_codec_frame_unref

(gst-plugin-scanner:23093): GStreamer-WARNING **: 14:07:07.612: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstvideoconvert.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstvideoconvert.so: undefined symbol: gst_video_converter_new

(gst-plugin-scanner:23095): GStreamer-WARNING **: 14:07:07.633: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstvideofilter.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstvideofilter.so: undefined symbol: gst_base_transform_reconfigure_src

(gst-plugin-scanner:23096): GStreamer-WARNING **: 14:07:07.645: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstvideofiltersbad.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstvideofiltersbad.so: undefined symbol: gst_video_frame_map

(gst-plugin-scanner:23097): GStreamer-WARNING **: 14:07:07.654: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstvideoframe_audiolevel.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstvideoframe_audiolevel.so: undefined symbol: gst_adapter_available

(gst-plugin-scanner:23098): GStreamer-WARNING **: 14:07:07.665: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstvideomixer.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstvideomixer.so: undefined symbol: gst_video_converter_new

(gst-plugin-scanner:23099): GStreamer-WARNING **: 14:07:07.675: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstvideoparsersbad.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstvideoparsersbad.so: undefined symbol: gst_mpeg_video_meta_api_get_type

(gst-plugin-scanner:23100): GStreamer-WARNING **: 14:07:07.686: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstvideorate.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstvideorate.so: undefined symbol: gst_base_transform_set_gap_aware

(gst-plugin-scanner:23101): GStreamer-WARNING **: 14:07:07.695: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstvideoscale.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstvideoscale.so: undefined symbol: gst_video_converter_new

(gst-plugin-scanner:23102): GStreamer-WARNING **: 14:07:07.706: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstvideosignal.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstvideosignal.so: undefined symbol: gst_video_filter_get_type

(gst-plugin-scanner:23103): GStreamer-WARNING **: 14:07:07.714: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstvideotestsrc.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstvideotestsrc.so: undefined symbol: gst_push_src_get_type

(gst-plugin-scanner:23104): GStreamer-WARNING **: 14:07:07.723: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstvmnc.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstvmnc.so: undefined symbol: gst_video_decoder_set_packetized

(gst-plugin-scanner:23105): GStreamer-WARNING **: 14:07:07.734: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstvoaacenc.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstvoaacenc.so: undefined symbol: gst_audio_encoder_set_output_format

(gst-plugin-scanner:23106): GStreamer-WARNING **: 14:07:07.743: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstvoamrwbenc.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstvoamrwbenc.so: undefined symbol: gst_audio_encoder_set_output_format

(gst-plugin-scanner:23107): GStreamer-WARNING **: 14:07:07.753: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstvolume.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstvolume.so: undefined symbol: gst_base_transform_set_gap_aware

(gst-plugin-scanner:23108): GStreamer-WARNING **: 14:07:07.763: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstvorbis.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstvorbis.so: undefined symbol: gst_tag_list_from_vorbiscomment

(gst-plugin-scanner:23109): GStreamer-WARNING **: 14:07:07.773: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstvpx.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstvpx.so: undefined symbol: gst_video_decoder_get_allocator

(gst-plugin-scanner:23111): GStreamer-WARNING **: 14:07:07.796: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstwavenc.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstwavenc.so: undefined symbol: gst_byte_writer_put_string_utf8

(gst-plugin-scanner:23112): GStreamer-WARNING **: 14:07:07.806: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstwavpack.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstwavpack.so: undefined symbol: gst_audio_decoder_set_tolerance

(gst-plugin-scanner:23113): GStreamer-WARNING **: 14:07:07.816: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstwavparse.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstwavparse.so: undefined symbol: gst_adapter_flush

(gst-plugin-scanner:23114): GStreamer-WARNING **: 14:07:07.827: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstwaylandsink.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstwaylandsink.so: undefined symbol: gst_wayland_display_handle_context_get_handle

(gst-plugin-scanner:23115): GStreamer-WARNING **: 14:07:07.836: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstwebp.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstwebp.so: undefined symbol: gst_adapter_flush

(gst-plugin-scanner:23116): GStreamer-WARNING **: 14:07:07.858: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstwebrtc.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstwebrtc.so: undefined symbol: gst_app_src_push_buffer

(gst-plugin-scanner:23117): GStreamer-WARNING **: 14:07:07.871: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstwebrtcdsp.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstwebrtcdsp.so: undefined symbol: gst_planar_audio_adapter_prev_pts

(gst-plugin-scanner:23118): GStreamer-WARNING **: 14:07:07.882: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstwildmidi.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstwildmidi.so: undefined symbol: gst_nonstream_audio_decoder_set_output_format_simple

(gst-plugin-scanner:23119): GStreamer-WARNING **: 14:07:07.891: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstx264.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstx264.so: undefined symbol: gst_video_codec_state_ref

(gst-plugin-scanner:23120): GStreamer-WARNING **: 14:07:07.902: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstx265.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstx265.so: undefined symbol: gst_video_encoder_set_latency

(gst-plugin-scanner:23121): GStreamer-WARNING **: 14:07:07.910: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstximagesink.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstximagesink.so: undefined symbol: gst_buffer_pool_config_set_video_alignment

(gst-plugin-scanner:23122): GStreamer-WARNING **: 14:07:07.921: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstximagesrc.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstximagesrc.so: undefined symbol: gst_push_src_get_type

(gst-plugin-scanner:23123): GStreamer-WARNING **: 14:07:07.929: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstxingmux.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstxingmux.so: undefined symbol: gst_adapter_flush

(gst-plugin-scanner:23124): GStreamer-WARNING **: 14:07:07.938: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstxvimagesink.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstxvimagesink.so: undefined symbol: gst_buffer_pool_config_set_video_alignment

(gst-plugin-scanner:23125): GStreamer-WARNING **: 14:07:07.949: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgsty4mdec.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgsty4mdec.so: undefined symbol: gst_adapter_flush

(gst-plugin-scanner:23126): GStreamer-WARNING **: 14:07:07.958: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgsty4menc.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgsty4menc.so: undefined symbol: gst_video_encoder_get_type

(gst-plugin-scanner:23127): GStreamer-WARNING **: 14:07:07.966: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstyadif.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstyadif.so: undefined symbol: gst_video_frame_map

(gst-plugin-scanner:23128): GStreamer-WARNING **: 14:07:07.978: Failed to load plugin '/tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstzbar.so': /tmp/.mount_spacedLBph5W/usr/lib/gstreamer-1.0/libgstzbar.so: undefined symbol: gst_video_filter_get_type
GStreamer element appsink not found. Please install it

(WebKitWebProcess:22744): GLib-GObject-CRITICAL **: 14:07:08.030: g_object_set: assertion 'G_IS_OBJECT (object)' failed

(WebKitWebProcess:22744): GStreamer-CRITICAL **: 14:07:08.030: gst_bin_add: assertion 'GST_IS_ELEMENT (element)' failed

(WebKitWebProcess:22744): GStreamer-CRITICAL **: 14:07:08.030: gst_element_get_static_pad: assertion 'GST_IS_ELEMENT (element)' failed

(WebKitWebProcess:22744): GStreamer-CRITICAL **: 14:07:08.030: gst_object_unref: assertion 'object != NULL' failed
GStreamer element audioconvert not found. Please install it
GStreamer element audioconvert not found. Please install it
GStreamer element audioresample not found. Please install it
GStreamer element audioresample not found. Please install it
GStreamer element volume not found. Please install it

(WebKitWebProcess:22744): GStreamer-CRITICAL **: 14:07:08.030: gst_bin_add_many: assertion 'GST_IS_ELEMENT (element_1)' failed

(WebKitWebProcess:22744): GStreamer-CRITICAL **: 14:07:08.030: gst_element_get_static_pad: assertion 'GST_IS_ELEMENT (element)' failed

(WebKitWebProcess:22744): GStreamer-CRITICAL **: 14:07:08.030: gst_ghost_pad_new: assertion 'GST_IS_PAD (target)' failed

(WebKitWebProcess:22744): GStreamer-CRITICAL **: 14:07:08.030: gst_element_add_pad: assertion 'GST_IS_PAD (pad)' failed

(WebKitWebProcess:22744): GStreamer-CRITICAL **: 14:07:08.030: gst_element_link_pads_full: assertion 'GST_IS_ELEMENT (src)' failed

(WebKitWebProcess:22744): GStreamer-CRITICAL **: 14:07:08.030: gst_element_link_pads_full: assertion 'GST_IS_ELEMENT (src)' failed

(WebKitWebProcess:22744): GStreamer-CRITICAL **: 14:07:08.030: gst_element_link_pads_full: assertion 'GST_IS_ELEMENT (src)' failed

(WebKitWebProcess:22744): GStreamer-CRITICAL **: 14:07:08.030: gst_element_link_pads_full: assertion 'GST_IS_ELEMENT (src)' failed

(WebKitWebProcess:22744): GStreamer-CRITICAL **: 14:07:08.030: gst_element_link_pads_full: assertion 'GST_IS_ELEMENT (src)' failed

(WebKitWebProcess:22744): GStreamer-CRITICAL **: 14:07:08.030: gst_element_link_pads_full: assertion 'GST_IS_ELEMENT (src)' failed

(WebKitWebProcess:22744): GStreamer-CRITICAL **: 14:07:08.030: gst_element_link_pads_full: assertion 'GST_IS_ELEMENT (src)' failed
GStreamer element playbin not found. Please install it

(WebKitWebProcess:22744): GLib-GObject-CRITICAL **: 14:07:08.030: g_object_set: assertion 'G_IS_OBJECT (object)' failed

(WebKitWebProcess:22744): GStreamer-CRITICAL **: 14:07:08.030: gst_element_get_state: assertion 'GST_IS_ELEMENT (element)' failed

(WebKitWebProcess:22744): GStreamer-CRITICAL **: 14:07:08.030: gst_element_set_state: assertion 'GST_IS_ELEMENT (element)' failed

(WebKitWebProcess:22744): GLib-GObject-CRITICAL **: 14:07:08.030: g_object_set: assertion 'G_IS_OBJECT (object)' failed

(WebKitWebProcess:22744): GStreamer-CRITICAL **: 14:07:08.030: gst_bin_add: assertion 'GST_IS_ELEMENT (element)' failed

(WebKitWebProcess:22744): GStreamer-CRITICAL **: 14:07:08.031: gst_element_get_static_pad: assertion 'GST_IS_ELEMENT (element)' failed

(WebKitWebProcess:22744): GStreamer-CRITICAL **: 14:07:08.031: gst_object_unref: assertion 'object != NULL' failed
GStreamer element audioconvert not found. Please install it
GStreamer element audioconvert not found. Please install it
GStreamer element audioresample not found. Please install it
GStreamer element audioresample not found. Please install it
GStreamer element volume not found. Please install it

(WebKitWebProcess:22744): GStreamer-CRITICAL **: 14:07:08.031: gst_bin_add_many: assertion 'GST_IS_ELEMENT (element_1)' failed

(WebKitWebProcess:22744): GStreamer-CRITICAL **: 14:07:08.031: gst_element_get_static_pad: assertion 'GST_IS_ELEMENT (element)' failed

(WebKitWebProcess:22744): GStreamer-CRITICAL **: 14:07:08.031: gst_ghost_pad_new: assertion 'GST_IS_PAD (target)' failed

(WebKitWebProcess:22744): GStreamer-CRITICAL **: 14:07:08.031: gst_element_add_pad: assertion 'GST_IS_PAD (pad)' failed

(WebKitWebProcess:22744): GStreamer-CRITICAL **: 14:07:08.031: gst_element_link_pads_full: assertion 'GST_IS_ELEMENT (src)' failed

(WebKitWebProcess:22744): GStreamer-CRITICAL **: 14:07:08.031: gst_element_link_pads_full: assertion 'GST_IS_ELEMENT (src)' failed

(WebKitWebProcess:22744): GStreamer-CRITICAL **: 14:07:08.031: gst_element_link_pads_full: assertion 'GST_IS_ELEMENT (src)' failed

(WebKitWebProcess:22744): GStreamer-CRITICAL **: 14:07:08.031: gst_element_link_pads_full: assertion 'GST_IS_ELEMENT (src)' failed

(WebKitWebProcess:22744): GStreamer-CRITICAL **: 14:07:08.031: gst_element_link_pads_full: assertion 'GST_IS_ELEMENT (src)' failed

(WebKitWebProcess:22744): GStreamer-CRITICAL **: 14:07:08.031: gst_element_link_pads_full: assertion 'GST_IS_ELEMENT (src)' failed

(WebKitWebProcess:22744): GStreamer-CRITICAL **: 14:07:08.031: gst_element_link_pads_full: assertion 'GST_IS_ELEMENT (src)' failed
GStreamer element playbin not found. Please install it

(WebKitWebProcess:22744): GLib-GObject-CRITICAL **: 14:07:08.031: g_object_set: assertion 'G_IS_OBJECT (object)' failed

(WebKitWebProcess:22744): GStreamer-CRITICAL **: 14:07:08.031: gst_element_get_state: assertion 'GST_IS_ELEMENT (element)' failed

(WebKitWebProcess:22744): GStreamer-CRITICAL **: 14:07:08.031: gst_element_set_state: assertion 'GST_IS_ELEMENT (element)' failed

(WebKitWebProcess:22744): GLib-GObject-CRITICAL **: 14:07:08.031: g_object_set: assertion 'G_IS_OBJECT (object)' failed

(WebKitWebProcess:22744): GStreamer-CRITICAL **: 14:07:08.031: gst_bin_add: assertion 'GST_IS_ELEMENT (element)' failed

(WebKitWebProcess:22744): GStreamer-CRITICAL **: 14:07:08.031: gst_element_get_static_pad: assertion 'GST_IS_ELEMENT (element)' failed

(WebKitWebProcess:22744): GStreamer-CRITICAL **: 14:07:08.031: gst_object_unref: assertion 'object != NULL' failed
GStreamer element audioconvert not found. Please install it
GStreamer element audioconvert not found. Please install it
GStreamer element audioresample not found. Please install it
GStreamer element audioresample not found. Please install it
GStreamer element volume not found. Please install it

(WebKitWebProcess:22744): GStreamer-CRITICAL **: 14:07:08.031: gst_bin_add_many: assertion 'GST_IS_ELEMENT (element_1)' failed

(WebKitWebProcess:22744): GStreamer-CRITICAL **: 14:07:08.031: gst_element_get_static_pad: assertion 'GST_IS_ELEMENT (element)' failed

(WebKitWebProcess:22744): GStreamer-CRITICAL **: 14:07:08.031: gst_ghost_pad_new: assertion 'GST_IS_PAD (target)' failed

(WebKitWebProcess:22744): GStreamer-CRITICAL **: 14:07:08.031: gst_element_add_pad: assertion 'GST_IS_PAD (pad)' failed

(WebKitWebProcess:22744): GStreamer-CRITICAL **: 14:07:08.031: gst_element_link_pads_full: assertion 'GST_IS_ELEMENT (src)' failed

(WebKitWebProcess:22744): GStreamer-CRITICAL **: 14:07:08.031: gst_element_link_pads_full: assertion 'GST_IS_ELEMENT (src)' failed

(WebKitWebProcess:22744): GStreamer-CRITICAL **: 14:07:08.031: gst_element_link_pads_full: assertion 'GST_IS_ELEMENT (src)' failed

(WebKitWebProcess:22744): GStreamer-CRITICAL **: 14:07:08.031: gst_element_link_pads_full: assertion 'GST_IS_ELEMENT (src)' failed

(WebKitWebProcess:22744): GStreamer-CRITICAL **: 14:07:08.031: gst_element_link_pads_full: assertion 'GST_IS_ELEMENT (src)' failed

(WebKitWebProcess:22744): GStreamer-CRITICAL **: 14:07:08.031: gst_element_link_pads_full: assertion 'GST_IS_ELEMENT (src)' failed

(WebKitWebProcess:22744): GStreamer-CRITICAL **: 14:07:08.031: gst_element_link_pads_full: assertion 'GST_IS_ELEMENT (src)' failed

(WebKitWebProcess:22744): GLib-GObject-CRITICAL **: 14:07:08.032: g_object_set: assertion 'G_IS_OBJECT (object)' failed

(WebKitWebProcess:22744): GStreamer-CRITICAL **: 14:07:08.032: gst_bin_add: assertion 'GST_IS_ELEMENT (element)' failed

(WebKitWebProcess:22744): GStreamer-CRITICAL **: 14:07:08.032: gst_element_get_static_pad: assertion 'GST_IS_ELEMENT (element)' failed

(WebKitWebProcess:22744): GStreamer-CRITICAL **: 14:07:08.032: gst_object_unref: assertion 'object != NULL' failed
GStreamer element audioconvert not found. Please install it
GStreamer element audioconvert not found. Please install it
GStreamer element audioresample not found. Please install it
GStreamer element audioresample not found. Please install it
GStreamer element volume not found. Please install it

(WebKitWebProcess:22744): GStreamer-CRITICAL **: 14:07:08.032: gst_bin_add_many: assertion 'GST_IS_ELEMENT (element_1)' failed

(WebKitWebProcess:22744): GStreamer-CRITICAL **: 14:07:08.032: gst_element_get_static_pad: assertion 'GST_IS_ELEMENT (element)' failed

(WebKitWebProcess:22744): GStreamer-CRITICAL **: 14:07:08.032: gst_ghost_pad_new: assertion 'GST_IS_PAD (target)' failed

(WebKitWebProcess:22744): GStreamer-CRITICAL **: 14:07:08.032: gst_element_add_pad: assertion 'GST_IS_PAD (pad)' failed

(WebKitWebProcess:22744): GStreamer-CRITICAL **: 14:07:08.032: gst_element_link_pads_full: assertion 'GST_IS_ELEMENT (src)' failed

(WebKitWebProcess:22744): GStreamer-CRITICAL **: 14:07:08.032: gst_element_link_pads_full: assertion 'GST_IS_ELEMENT (src)' failed

(WebKitWebProcess:22744): GStreamer-CRITICAL **: 14:07:08.032: gst_element_link_pads_full: assertion 'GST_IS_ELEMENT (src)' failed

(WebKitWebProcess:22744): GStreamer-CRITICAL **: 14:07:08.032: gst_element_link_pads_full: assertion 'GST_IS_ELEMENT (src)' failed

(WebKitWebProcess:22744): GStreamer-CRITICAL **: 14:07:08.032: gst_element_link_pads_full: assertion 'GST_IS_ELEMENT (src)' failed

(WebKitWebProcess:22744): GStreamer-CRITICAL **: 14:07:08.032: gst_element_link_pads_full: assertion 'GST_IS_ELEMENT (src)' failed

(WebKitWebProcess:22744): GStreamer-CRITICAL **: 14:07:08.032: gst_element_link_pads_full: assertion 'GST_IS_ELEMENT (src)' failed
2023-06-26T17:07:08.036460Z ERROR sd_core::custom_uri: Bad request: TODO: This filetype is not supported because of the missing mime type!

(WebKitWebProcess:22744): GLib-GObject-CRITICAL **: 14:07:13.383: g_object_set: assertion 'G_IS_OBJECT (object)' failed

(WebKitWebProcess:22744): GStreamer-CRITICAL **: 14:07:13.383: gst_bin_add: assertion 'GST_IS_ELEMENT (element)' failed

(WebKitWebProcess:22744): GStreamer-CRITICAL **: 14:07:13.383: gst_element_get_static_pad: assertion 'GST_IS_ELEMENT (element)' failed

(WebKitWebProcess:22744): GStreamer-CRITICAL **: 14:07:13.383: gst_object_unref: assertion 'object != NULL' failed
GStreamer element audioconvert not found. Please install it
GStreamer element audioconvert not found. Please install it
GStreamer element audioresample not found. Please install it
GStreamer element audioresample not found. Please install it
GStreamer element volume not found. Please install it

(WebKitWebProcess:22744): GStreamer-CRITICAL **: 14:07:13.384: gst_bin_add_many: assertion 'GST_IS_ELEMENT (element_1)' failed

(WebKitWebProcess:22744): GStreamer-CRITICAL **: 14:07:13.384: gst_element_get_static_pad: assertion 'GST_IS_ELEMENT (element)' failed

(WebKitWebProcess:22744): GStreamer-CRITICAL **: 14:07:13.384: gst_ghost_pad_new: assertion 'GST_IS_PAD (target)' failed

(WebKitWebProcess:22744): GStreamer-CRITICAL **: 14:07:13.384: gst_element_add_pad: assertion 'GST_IS_PAD (pad)' failed

(WebKitWebProcess:22744): GStreamer-CRITICAL **: 14:07:13.384: gst_element_link_pads_full: assertion 'GST_IS_ELEMENT (src)' failed

(WebKitWebProcess:22744): GStreamer-CRITICAL **: 14:07:13.384: gst_element_link_pads_full: assertion 'GST_IS_ELEMENT (src)' failed

(WebKitWebProcess:22744): GStreamer-CRITICAL **: 14:07:13.384: gst_element_link_pads_full: assertion 'GST_IS_ELEMENT (src)' failed

(WebKitWebProcess:22744): GStreamer-CRITICAL **: 14:07:13.384: gst_element_link_pads_full: assertion 'GST_IS_ELEMENT (src)' failed

(WebKitWebProcess:22744): GStreamer-CRITICAL **: 14:07:13.384: gst_element_link_pads_full: assertion 'GST_IS_ELEMENT (src)' failed

(WebKitWebProcess:22744): GStreamer-CRITICAL **: 14:07:13.384: gst_element_link_pads_full: assertion 'GST_IS_ELEMENT (src)' failed

(WebKitWebProcess:22744): GStreamer-CRITICAL **: 14:07:13.384: gst_element_link_pads_full: assertion 'GST_IS_ELEMENT (src)' failed
GStreamer element playbin not found. Please install it

(WebKitWebProcess:22744): GLib-GObject-CRITICAL **: 14:07:13.384: g_object_set: assertion 'G_IS_OBJECT (object)' failed

(WebKitWebProcess:22744): GStreamer-CRITICAL **: 14:07:13.384: gst_element_get_state: assertion 'GST_IS_ELEMENT (element)' failed

(WebKitWebProcess:22744): GStreamer-CRITICAL **: 14:07:13.384: gst_element_set_state: assertion 'GST_IS_ELEMENT (element)' failed

(WebKitWebProcess:22744): GLib-GObject-CRITICAL **: 14:07:13.384: g_object_set: assertion 'G_IS_OBJECT (object)' failed

(WebKitWebProcess:22744): GStreamer-CRITICAL **: 14:07:13.384: gst_bin_add: assertion 'GST_IS_ELEMENT (element)' failed

(WebKitWebProcess:22744): GStreamer-CRITICAL **: 14:07:13.384: gst_element_get_static_pad: assertion 'GST_IS_ELEMENT (element)' failed

(WebKitWebProcess:22744): GStreamer-CRITICAL **: 14:07:13.384: gst_object_unref: assertion 'object != NULL' failed
GStreamer element audioconvert not found. Please install it
GStreamer element audioconvert not found. Please install it
GStreamer element audioresample not found. Please install it
GStreamer element audioresample not found. Please install it
GStreamer element volume not found. Please install it

(WebKitWebProcess:22744): GStreamer-CRITICAL **: 14:07:13.384: gst_bin_add_many: assertion 'GST_IS_ELEMENT (element_1)' failed

(WebKitWebProcess:22744): GStreamer-CRITICAL **: 14:07:13.384: gst_element_get_static_pad: assertion 'GST_IS_ELEMENT (element)' failed

(WebKitWebProcess:22744): GStreamer-CRITICAL **: 14:07:13.384: gst_ghost_pad_new: assertion 'GST_IS_PAD (target)' failed

(WebKitWebProcess:22744): GStreamer-CRITICAL **: 14:07:13.384: gst_element_add_pad: assertion 'GST_IS_PAD (pad)' failed

(WebKitWebProcess:22744): GStreamer-CRITICAL **: 14:07:13.384: gst_element_link_pads_full: assertion 'GST_IS_ELEMENT (src)' failed

(WebKitWebProcess:22744): GStreamer-CRITICAL **: 14:07:13.384: gst_element_link_pads_full: assertion 'GST_IS_ELEMENT (src)' failed

(WebKitWebProcess:22744): GStreamer-CRITICAL **: 14:07:13.384: gst_element_link_pads_full: assertion 'GST_IS_ELEMENT (src)' failed

(WebKitWebProcess:22744): GStreamer-CRITICAL **: 14:07:13.384: gst_element_link_pads_full: assertion 'GST_IS_ELEMENT (src)' failed

(WebKitWebProcess:22744): GStreamer-CRITICAL **: 14:07:13.384: gst_element_link_pads_full: assertion 'GST_IS_ELEMENT (src)' failed

(WebKitWebProcess:22744): GStreamer-CRITICAL **: 14:07:13.384: gst_element_link_pads_full: assertion 'GST_IS_ELEMENT (src)' failed

(WebKitWebProcess:22744): GStreamer-CRITICAL **: 14:07:13.384: gst_element_link_pads_full: assertion 'GST_IS_ELEMENT (src)' failed

TheGB0077 avatar Jun 26 '23 17:06 TheGB0077

I could not reproduce Scenarios 2 to 4 with the AppImage.

The one thing I noticed is that the code will try to identify folders mime types every time (which is fair since those are files in a way)

image

TheGB0077 avatar Jun 26 '23 17:06 TheGB0077

Thanks for the test. The mime_type error log is how the app is currently coded to handle trying to display files that it doesn't know how. The stutter in the first case is some GStreamer configuration problem, I will give it a look, but it shouldn't freeze the whole app, that is probably some underlying problem in the WebKit2GTK version that PopOS is shipping.

HeavenVolkoff avatar Jun 26 '23 19:06 HeavenVolkoff

A recent commit fixed Scenarios 2 to 4! Only the initial extensionless file that keeps causing the freeze on the compiled app.

TheGB0077 avatar Jun 27 '23 13:06 TheGB0077