gst-plugins-good | 'Good ' GStreamer plugins and helper libraries

 by   GStreamer C Version: Current License: LGPL-2.1

kandi X-RAY | gst-plugins-good Summary

kandi X-RAY | gst-plugins-good Summary

gst-plugins-good is a C library. gst-plugins-good has no bugs, it has no vulnerabilities, it has a Weak Copyleft License and it has low support. You can download it from GitHub.

The core around which all other modules revolve. Base functionality and libraries, some essential elements, documentation, and testing. A well-groomed and well-maintained collection of GStreamer plug-ins and elements, spanning the range of possible types of elements one would want to write for GStreamer. And introducing, for the first time ever, on the development screen ... --- "Such ingratitude. After all the times I've saved your life.". A collection of plug-ins you'd want to have right next to you on the battlefield. Shooting sharp and making no mistakes, these plug-ins have it all: good looks, good code, and good licensing. Documented and dressed up in tests. If you're looking for a role model to base your own plug-in on, here it is. If you find a plot hole or a badly lip-synced line of code in them, let us know - it is a matter of honour for us to ensure Blondie doesn't look like he's been walking 100 miles through the desert without water. --- "When you have to shoot, shoot. Don't talk.". There are times when the world needs a color between black and white. Quality code to match the good's, but two-timing, backstabbing and ready to sell your freedom down the river. These plug-ins might have a patent noose around their neck, or a lock-up license, or any other problem that makes you think twice about shipping them. We don't call them ugly because we like them less. Does a mother love her son less because he's not as pretty as the other ones ? No - she commends him on his great personality. These plug-ins are the life of the party. And we'll still step in and set them straight if you report any unacceptable behaviour - because there are two kinds of people in the world, my friend: those with a rope around their neck and the people who do the cutting. --- "That an accusation?". No perfectly groomed moustache or any amount of fine clothing is going to cover up the truth - these plug-ins are Bad with a capital B. They look fine on the outside, and might even appear to get the job done, but at the end of the day they're a black sheep. Without a golden-haired angel to watch over them, they'll probably land in an unmarked grave at the final showdown. Don't bug us about their quality - exercise your Free Software rights, patch up the offender and send us the patch on the fastest steed you can steal from the Confederates. Because you see, in this world, there's two kinds of people, my friend: those with loaded guns and those who dig. You dig.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              gst-plugins-good has a low active ecosystem.
              It has 97 star(s) with 178 fork(s). There are 20 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              gst-plugins-good has no issues reported. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of gst-plugins-good is current.

            kandi-Quality Quality

              gst-plugins-good has 0 bugs and 0 code smells.

            kandi-Security Security

              gst-plugins-good has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              gst-plugins-good code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              gst-plugins-good is licensed under the LGPL-2.1 License. This license is Weak Copyleft.
              Weak Copyleft licenses have some restrictions, but you can use them in commercial projects.

            kandi-Reuse Reuse

              gst-plugins-good releases are not available. You will need to build from source code and install.
              Installation instructions are not available. Examples and code snippets are available.
              It has 225 lines of code, 4 functions and 24 files.
              It has low code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of gst-plugins-good
            Get all kandi verified functions for this library.

            gst-plugins-good Key Features

            No Key Features are available at this moment for gst-plugins-good.

            gst-plugins-good Examples and Code Snippets

            No Code Snippets are available at this moment for gst-plugins-good.

            Community Discussions

            QUESTION

            Gstreamer: No RTP format was negotiated
            Asked 2021-Dec-20 at 03:00

            I am having some issues with the following gstreamer command

            Sender (on embeeded system)

            ...

            ANSWER

            Answered 2021-Dec-20 at 03:00

            Managed to solve the problem. Have failed to include an identification for the video flow application/x-rtp, encoding-name=H264, payload=96

            Source https://stackoverflow.com/questions/70387719

            QUESTION

            How to properly concatenate mp4 videos with GStreamer
            Asked 2021-Jul-07 at 14:31

            We are relatively new to GStreamer. We are running GStreamer 1.18.4 on a Linux-based custom board and we have a pipeline receiving video from an IP camera using rtspsrc and creating MP4 video clips of 10 seconds. We faced the missing PTS issue and we were able to solved it by implementing the workaround of turning-on the interpolation from our C code (gst_base_parse_set_pts_interpolation on). Now the 10 secs video clips are properly recorded.

            The pipeline we are using to create the videos is the following (with the interpolation set to on for the element h264parse):

            ...

            ANSWER

            Answered 2021-Jul-07 at 14:31

            We were able to solve the issue by replacing the concat element with splitmuxsrc.

            The final pipeline we used is:

            Source https://stackoverflow.com/questions/68024094

            QUESTION

            Gstreamer qmlgl plug-in enable via Yocto
            Asked 2020-May-26 at 17:35

            I would like to use qmlgl plug-in (qmlglsink, qmlglsrc) in my application, but it is not available in the image.

            Also, my environment is ARM-based board - Phytec_nunki.

            gst-inspect-1.0 | grep qml does not receive any result.

            I use Yocto for building images. As I understand from this link - qmlgl is located in "GStreamer Good Plug-in" bunch, but it is not enables by default.

            I inspected the sources of gstreamer which is downloaded by Yocto - the files with "qmlgl" are there. So I guess I have to enable it in some config file.

            I tried to add

            ...

            ANSWER

            Answered 2020-May-26 at 17:35

            @UncleSav using your own layer, do:

            Example your layer is meta-xpto.

            meta-xpto/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_%.bbappend

            Inside the .bbappend add:

            Source https://stackoverflow.com/questions/61634411

            QUESTION

            Sink to the virtual v4l2 device
            Asked 2020-Mar-23 at 17:05

            I have tried an example on Ubuntu 19.04

            ...

            ANSWER

            Answered 2020-Mar-23 at 08:29

            The title of your questions suggests you would like to write to a virtual video device. v4l2 devices can be both input and output video devices. Your camera is a video input (capture) device. Directing a v4l2sink (so an endpoint of the pipeline) in gstreamer will likely fail.

            You can however generate a virtual output device. What you are looking for is something like the v4l2-loopback device. It allows you to generate a virtual /dev/video10 device like this:

            Source https://stackoverflow.com/questions/60808632

            QUESTION

            CMake is successful, but make fails when linking
            Asked 2020-Jan-29 at 20:01

            I am trying to compile my project on macOS with CMake. I have gstreamer installed via brew and I can access the include directory. For example this is the include directoy for gstreamer:

            ...

            ANSWER

            Answered 2020-Jan-29 at 19:34

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install gst-plugins-good

            You can download it from GitHub.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/GStreamer/gst-plugins-good.git

          • CLI

            gh repo clone GStreamer/gst-plugins-good

          • sshUrl

            git@github.com:GStreamer/gst-plugins-good.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link