Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing gstreamer plugins on CI #23220

Open
jdm opened this issue Apr 16, 2019 · 2 comments
Open

Missing gstreamer plugins on CI #23220

jdm opened this issue Apr 16, 2019 · 2 comments

Comments

@jdm
Copy link
Member

@jdm jdm commented Apr 16, 2019

  │ (servo:27338): 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.
  │ 0:00:00.028966467 27338 0x7f2265531780 WARN      GST_PLUGIN_LOADING gstplugin.c:792:_priv_gst_plugin_load_file_for_registry: module_open failed: libmms.so.0: cannot open shared object file: No such file or directory
  │ 
  │ (servo:27338): GStreamer-WARNING **: Failed to load plugin '/home/servo/gst/lib/gstreamer-1.0/libgstmms.so': libmms.so.0: cannot open shared object file: No such file or directory
  │ 0:00:00.029185843 27338 0x7f2265531780 WARN      GST_PLUGIN_LOADING gstplugin.c:792:_priv_gst_plugin_load_file_for_registry: module_open failed: libfaad.so.2: cannot open shared object file: No such file or directory
  │ 
  │ (servo:27338): GStreamer-WARNING **: Failed to load plugin '/home/servo/gst/lib/gstreamer-1.0/libgstfaad.so': libfaad.so.2: cannot open shared object file: No such file or directory
  │ 0:00:00.029414027 27338 0x7f2265531780 WARN      GST_PLUGIN_LOADING gstplugin.c:792:_priv_gst_plugin_load_file_for_registry: module_open failed: libcairo-gobject.so.2: cannot open shared object file: No such file or directory
  │ 
  │ (servo:27338): GStreamer-WARNING **: Failed to load plugin '/home/servo/gst/lib/gstreamer-1.0/libgstcairo.so': libcairo-gobject.so.2: cannot open shared object file: No such file or directory
  │ 0:00:00.029625762 27338 0x7f2265531780 WARN      GST_PLUGIN_LOADING gstplugin.c:792:_priv_gst_plugin_load_file_for_registry: module_open failed: libmpg123.so.0: cannot open shared object file: No such file or directory
  │ 
  │ (servo:27338): GStreamer-WARNING **: Failed to load plugin '/home/servo/gst/lib/gstreamer-1.0/libgstmpg123.so': libmpg123.so.0: cannot open shared object file: No such file or directory
@jdm
Copy link
Member Author

@jdm jdm commented Apr 16, 2019

libmms.so.0
libfaad.so.2
libcairo-gobject.so.2
libmpg123.so.0

@ceyusa
Copy link
Collaborator

@ceyusa ceyusa commented Apr 17, 2019

or just disable those elements if we don't have tests using those libraries... though I would enable (including the library) faad (AAC audio format)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants
You can’t perform that action at this time.