[Bug 761712] New: Installation Missing plugin error Kivy Interpreter

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Feb 8 13:18:10 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=761712

            Bug ID: 761712
           Summary: Installation Missing plugin error Kivy Interpreter
    Classification: Platform
           Product: GStreamer
           Version: 1.7.1
                OS: Windows
            Status: NEW
          Severity: minor
          Priority: Normal
         Component: gst-plugins-bad
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: Frank.gould at viewpix.net
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

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.
```

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list