After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 761712 - Installation Missing plugin error Kivy Interpreter
Installation Missing plugin error Kivy Interpreter
Status: RESOLVED NOTABUG
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
1.7.1
Other Windows
: Normal minor
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-02-08 13:18 UTC by Frank
Modified: 2016-02-08 13:46 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Frank 2016-02-08 13:18:10 UTC
I have been using Kivy interpreter for over a year and recently I tried to play audio in my app using the code below.  It has worked in the past and apk works but when I tried it recently, I got errors while trying to run my app in the Kivy interpreter.

        self.my_sound = SoundLoader.load(my_path + '/data/Polaris.mp3')
        if self.my_sound:
            self.my_sound.play()

Below are the stderr logcat results.  I also get a pop-up dialog window for each dll attempting to load saying dll not found.  I tried 'python -m pip uninstall' for both gstreamer and dev then reinstalling but got the same errors.  Please help!

```
(python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libass-4.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libass-4.dll': The specified procedure could not be found.
(python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libges-1.0-0.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libges-1.0-0.dll': The specified procedure could not be found.
(python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgio-2.0-0.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libgio-2.0-0.dll': The specified procedure could not be found.
(python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgiognutls.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libgiognutls.dll': The specified procedure could not be found.
(python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgstasf.dll': 'C:\Users\....\Python27\share\gstreamer\bin\libgstasf.dll':The specified procedure could not be found.
(python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgstasfmux.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libgstasfmux.dll': The specified procedure could not be found.
(python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgstassrender.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libgstassrender.dll': The specified procedure could not be found.
(python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgstaudio-1.0-0.dll':'C:\Users\...\Python27\share\gstreamer\bin\libgstaudio-1.0-0.dll': The specified procedure could not be found.
(python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgstaudiomixer.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libgstaudiomixer.dll': The specified procedure could not be found.
(python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgstbadbase-1.0-0.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libgstbadbase-1.0-0.dll': The specified procedure could not be found.
(python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgstbadvideo-1.0-0.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libgstbadvideo-1.0-0.dll': The specified procedure could not be found.
(python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgstbase-1.0-0.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libgstbase-1.0-0.dll': The specified procedure could not be found.
(python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgstcompositor.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libgstcompositor.dll': The specified procedure could not be found.
(python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgstdvdsub.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libgstdvdsub.dll': The specified procedure could not be found.
(python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgstgdp.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libgstgdp.dll':The specified procedure could not be found.
(python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgstgl-1.0-0.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libgstgl-1.0-0.dll': The specified procedure could not be found.
(python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgstmpeg2dec.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libgstmpeg2dec.dll': The specified procedure could not be found.
(python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgstmpegpsdemux.dll':'C:\Users\...\Python27\share\gstreamer\bin\libgstmpegpsdemux.dll': The specified procedure could not be found.
(python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgstmpegpsmux.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libgstmpegpsmux.dll': The specified procedure could not be found.
(python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgstmpegtsdemux.dll':'C:\Users\...\Python27\share\gstreamer\bin\libgstmpegtsdemux.dll': The specified procedure could not be found.
(python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgstmpegtsmux.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libgstmpegtsmux.dll': The specified procedure could not be found.
(python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgstopengl.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libgstopengl.dll': The specified procedure could not be found.
(python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgstpbutils-1.0-0.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libgstpbutils-1.0-0.dll': The specified procedure could not be found.
(python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgstresindvd.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libgstresindvd.dll': The specified procedure could not be found.
(python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgstriff-1.0-0.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libgstriff-1.0-0.dll': The specified procedure could not be found.
(python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgstrmdemux.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libgstrmdemux.dll': The specified procedure could not be found.
(python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgstrtspserver-1.0-0.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libgstrtspserver-1.0-0.dll': The specified procedure could not be found.
(python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgsttag-1.0-0.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libgsttag-1.0-0.dll': The specified procedure could not be found.
(python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgsturidownloader-1.0-0.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libgsturidownloader-1.0-0.dll': The specified procedure could not be found.
(python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgstvalidate-1.0-0.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libgstvalidate-1.0-0.dll': The specified procedure could not be found.
(python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgstvideo-1.0-0.dll':'C:\Users\...\Python27\share\gstreamer\bin\libgstvideo-1.0-0.dll': The specified procedure could not be found.
(python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgstvoaacenc.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libgstvoaacenc.dll': The specified procedure could not be found.
(python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgstwinks.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libgstwinks.dll': The specified procedure could not be found.
(python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgstwinscreencap.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libgstwinscreencap.dll': The specified procedure could not be found.
(python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgstx264.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libgstx264.dll': The specified procedure could not be found.
(python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libharfbuzz-0.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libharfbuzz-0.dll': The specified procedure could not be found.
(python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libpangocairo-1.0-0.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libpangocairo-1.0-0.dll': The specified procedure could not be found.
(python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libpangoft2-1.0-0.dll':'C:\Users\...\Python27\share\gstreamer\bin\libpangoft2-1.0-0.dll': The specified procedure could not be found.self.my_sound=<kivy.core.audio.audio_gstplayer.SoundGstplayer object at 0x031FE7A0>
[WARNING           ] [AudioGstplayer] No decoder available for type 'audio/mpeg, mpegversion=(int)1, mpegaudioversion=(int)1, layer=(int)3, rate=(int)44100, channels=(int)2, parsed=(boolean)true'.
[ERROR             ] [AudioGstplayer] Your GStreamer installation is missing a plug-in.
[ERROR             ] [AudioGstplayer] Your GStreamer installation is missing a plug-in.
[ERROR             ] [AudioGstplayer] GStreamer encountered a general stream error.
```
Comment 1 Tim-Philipp Müller 2016-02-08 13:26:57 UTC
Thanks for the bug report.

This doesn't look like binaries we're distributing though, so it's probably best to check with whoever distributes those packages to make sure everything is set up correctly and the required plugins are included.
Comment 2 Frank 2016-02-08 13:46:19 UTC
Thank you for the quick response. I'll take your advice and double back on the settings. Thanks for your time and assistance!