Page 1 of 2 12 LastLast
Results 1 to 10 of 11

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

  1. #1
    Join Date
    Jun 2014
    Beans
    6

    GStreamer-WARNING **: Failed to load plugin

    I am running Ubuntu 13.10. When attempting to use gstreamer dependent applications (specifically totem from the terminal), I receive the following error:

    GStreamer-WARNING **: Failed to load plugin '/usr/lib/i386-linux-gnu/gstreamer-1.0/libgstlibav.so': libavutil.so.51: cannot open shared object file: No such file or directory
    ** Message: Missing plugin: gstreamer|1.0|totem|MPEG-4 Video decoder|decoder-video/mpeg, mpegversion=(int)4, systemstream=(boolean)false, parsed=(boolean)true, profile=(string)advanced-simple, level=(string)5 (MPEG-4 Video decoder)

    I have verified that "/usr/lib/i386-linux-gnu/gstreamer-1.0/libgstlibav.so" exists.

    While the above warning happens when I try to use totem player (e.g. even totem's thumbnailing functionality doesn't work), the general problem appears to be with my gstreamer installation.

    What is the most efficient and safe way to completely reinstall all gstreamer components?

  2. #2
    Join Date
    Jun 2005
    Location
    Toronto, Canada
    Beans
    Hidden!
    Distro
    Xubuntu 16.04 Xenial Xerus

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

    Hello and welcome to the forums

    Quote Originally Posted by Lionel_London View Post
    libavutil.so.51: cannot open shared object file: No such file or directory
    libavutil.so.51 is part of the libavutil-extra-51 package. Do you have it installed?

  3. #3
    Join Date
    Jun 2014
    Beans
    6

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

    Yes.

  4. #4
    Join Date
    Jun 2005
    Location
    Toronto, Canada
    Beans
    Hidden!
    Distro
    Xubuntu 16.04 Xenial Xerus

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

    Lets see if the library dependencies add up. What does the following return:
    Code:
    ldd /usr/lib/i386-linux-gnu/gstreamer-1.0/libgstlibav.so
    And, can you provide more info about your totem install?
    Code:
    apt-cache policy totem
    And finally, which gstreamer libraries do you have installed?
    Code:
    dpkg -l | grep gstreamer

  5. #5
    Join Date
    Jun 2007
    Beans
    17,337

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

    May be worth checking what you do have (in terms of package versions

    Code:
    apt-cache policy libavutil* gstreamer1.0-libav

  6. #6
    Join Date
    Jun 2014
    Beans
    6

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

    TOZ: Thanks for chiming in. I've put the output of your suggested commands here: http://pastebin.com/SwUXN1F6

  7. #7
    Join Date
    Jun 2014
    Beans
    6

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

    Hi mc4man, here's what I get:

    libavutil-extra-50: Installed: (none)
    Candidate: (none)
    Version table:
    libavutil-extra-51:
    Installed: 7:2.2.1-2~saucy1
    Candidate: 7:2.2.1-2~saucy1
    Version table:
    *** 7:2.2.1-2~saucy1 0
    500 http://ppa.launchpad.net/djcj/vlc-stable/ubuntu/ saucy/main i386 Packages
    100 /var/lib/dpkg/status
    6:0.8.12ubuntu0.13.10.1 0
    500 http://us.archive.ubuntu.com/ubuntu/ saucy-updates/universe i386 Packages
    500 http://security.ubuntu.com/ubuntu/ saucy-security/universe i386 Packages
    6:0.8.7ubuntu1 0
    500 http://us.archive.ubuntu.com/ubuntu/ saucy/universe i386 Packages
    libavutil-extra-52:
    Installed: (none)
    Candidate: (none)
    Version table:
    libavutil-dev:
    Installed: (none)
    Candidate: 7:2.2.1-2~saucy1
    Version table:
    7:2.2.1-2~saucy1 0
    500 http://ppa.launchpad.net/djcj/vlc-stable/ubuntu/ saucy/main i386 Packages
    6:0.8.12-0ubuntu0.13.10.1 0
    500 http://us.archive.ubuntu.com/ubuntu/ saucy-updates/main i386 Packages
    500 http://security.ubuntu.com/ubuntu/ saucy-security/main i386 Packages
    6:0.8.7-1ubuntu2 0
    500 http://us.archive.ubuntu.com/ubuntu/ saucy/main i386 Packages
    libavutil51:
    Installed: (none)
    Candidate: 6:0.8.12-0ubuntu0.13.10.1
    Version table:
    6:0.8.12-0ubuntu0.13.10.1 0
    500 http://us.archive.ubuntu.com/ubuntu/ saucy-updates/main i386 Packages
    500 http://security.ubuntu.com/ubuntu/ saucy-security/main i386 Packages
    100 /var/lib/dpkg/status
    6:0.8.7-1ubuntu2 0
    500 http://us.archive.ubuntu.com/ubuntu/ saucy/main i386 Packages
    libavutil52:
    Installed: 7:2.2.1-2~saucy1
    Candidate: 7:2.2.1-2~saucy1
    Version table:
    *** 7:2.2.1-2~saucy1 0
    500 http://ppa.launchpad.net/djcj/vlc-stable/ubuntu/ saucy/main i386 Packages
    100 /var/lib/dpkg/status
    gstreamer1.0-libav:
    Installed: 1.0.10-1ubuntu1
    Candidate: 1.0.10-1ubuntu1
    Version table:
    *** 1.0.10-1ubuntu1 0
    500 http://us.archive.ubuntu.com/ubuntu/ saucy/universe i386 Packages
    100 /var/lib/dpkg/status

  8. #8
    Join Date
    Jun 2014
    Beans
    6

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

    After a bit of tinkering, I solved it!

    While some scattered forum posts for similar errors suggested that completely removing then reinstalling all gstreamer components was the key, I actually had to:

    Completely removed the following packages:
    libavutil-extra-51


    Removed the following packages:
    libavcodec-extra-53
    libavformat-extra-53


    Installed the following packages:
    libavcodec53 (6:0.8.12-0ubuntu0.13.10.1)
    libavformat53 (6:0.8.12-0ubuntu0.13.10.1)
    libavutil51 (6:0.8.12-0ubuntu0.13.10.1)

    That fixed it!!

  9. #9
    Join Date
    Jun 2005
    Location
    Toronto, Canada
    Beans
    Hidden!
    Distro
    Xubuntu 16.04 Xenial Xerus

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

    Quote Originally Posted by Lionel_London View Post
    TOZ: Thanks for chiming in. I've put the output of your suggested commands here: http://pastebin.com/SwUXN1F6
    From your results:
    libavutil.so.51 => not found
    ...so its not there.

    However, from your apt-cache results:
    libavutil-extra-51:
    Installed: 7:2.2.1-2~saucy1
    Candidate: 7:2.2.1-2~saucy1
    Version table:
    *** 7:2.2.1-2~saucy1 0
    500 http://ppa.launchpad.net/djcj/vlc-stable/ubuntu/ saucy/main i386 Packages
    100 /var/lib/dpkg/status
    6:0.8.12ubuntu0.13.10.1 0
    500 http://us.archive.ubuntu.com/ubuntu/ saucy-updates/universe i386 Packages
    500 http://security.ubuntu.com/ubuntu/ saucy-security/universe i386 Packages
    6:0.8.7ubuntu1 0
    500 http://us.archive.ubuntu.com/ubuntu/ saucy/universe i386 Packages
    ...the necessary package is installed, however from a PPA (not the official repositories). And here is where it gets interesting...the package isn't even in the PPA anymore.

    Ahhh nevermind now, I see you fixed it. Good news. The packages in question were probably removed from the PPA at some point in time but still existed in your system.

  10. #10
    Join Date
    Jun 2014
    Beans
    6

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

    Thanks anyhows TOZ! I still learned a bit from your response.

Page 1 of 2 12 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •