Giter Site home page Giter Site logo

Comments (2)

zingmars avatar zingmars commented on July 28, 2024

Sure.

Generally after installing gstreamer plugins you need to reset gstreamer's cache. To do so you can just delete the cache folder, usually located in $HOME/.cache/gstreamer-1.0 (you can just rm -rf the folder). Afterwards you can run gst-inspect-1.0 again to reset cache and it should show up.

If it does not, the problem might lie in the fact that you're using the version of gstreamer distributed by Ubuntu from their apt repositories (I'm guessing from the fact that you're using gstreamer 1.8.3) . Now I might be wrong, but it's probably looking for the plugins in a different place (/usr/lib/x86_64-linux-gnu/gstreamer-1.0). You can try moving the files there and resetting the cache. You can also try $HOME/.local/share/gstreamer-1.0.

Also, to verify that the plugin compiled and linked properly you can test it (instead of just checking if the file exists) with gst-inspect-1.0 /path/to/file, i.e. gst-inspect-1.0 /usr/local/lib/gstreamer-1.0/libgstpylonsrc.la. If it returns the information about the plugin (name, class inheritance diagram) then it's fine. If it returns an error, then obviously something's wrong.

from gst-pylonsrc.

viktorvorobev avatar viktorvorobev commented on July 28, 2024

Thank you very much! I've moved libgstpylonsrc.* to /usr/lib/x86_64-linux-gnu/gstreamer-1.0 and now everything works fine now.

from gst-pylonsrc.

Related Issues (16)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.