Announcement

Collapse
No announcement yet.

GStreamer Now Able To Ship Rust-Written Plugins

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • GStreamer Now Able To Ship Rust-Written Plugins

    Phoronix: GStreamer Now Able To Ship Rust-Written Plugins

    Along with the Linux kernel preparing for its initial Rust integration, Rusticl landing in Mesa this week as the first major Rust usage within Mesa, and Cloudflare announcing an Nginx HTTP proxy replacement written in Rust, some additional Rust adoption news for the week is that the GStreamer project is now ready to ship Rust-written plug-ins as part of their official binary releases...

    Phoronix, Linux Hardware Reviews, Linux hardware benchmarks, Linux server benchmarks, Linux benchmarking, Desktop Linux, Linux performance, Open Source graphics, Linux How To, Ubuntu benchmarks, Ubuntu hardware, Phoronix Test Suite

  • #2
    I imagine this is based on the Rust GObject support?

    Comment


    • #3
      For GStreamer that makes indeed a lot of sense. Lots of input files that can be maliciously crafted to exploit things, and Rust here should make them a lot safer.

      Comment


      • #4
        It's great to see Rust picking up more steam lately. This should be for the benefit of both the projects employing Rust, and also to Rust itself.

        Comment


        • #5
          Originally posted by jacob View Post
          I imagine this is based on the Rust GObject support?
          Seems like so. There are still a lot of boilerplate required when working with GObject on Rust, but it's already "working as advertised".
          Last edited by rmnscnce; 18 September 2022, 09:10 AM. Reason: Grammar

          Comment


          • #6
            "reqwest" wasn't a typo, it's a Rust HTTP client, changing it to "request" makes no sense.

            Comment


            • #7
              Originally posted by peterdk View Post
              For GStreamer that makes indeed a lot of sense. Lots of input files that can be maliciously crafted to exploit things, and Rust here should make them a lot safer.
              I doubt any of the existing parsers will be rewritten in Rust. Furthermore, GStreamer doesn't even write its own decoders & encoders -- they're just wrappers around libav, x265, etc.

              I've been developing GStreamer plugins and applications for more than a decade, and it seems to me there are two potential big wins, here.
              1. Eliminate the risks & chores of manual ref-counting.
              2. Avoid lots of the boilerplate code, when implementing new pipeline elements.

              Comment


              • #8
                Originally posted by coder View Post
                I doubt any of the existing parsers will be rewritten in Rust. Furthermore, GStreamer doesn't even write its own decoders & encoders
                Perhaps they will make a new category. Good, bad, ugly, rusty.

                Comment


                • #9
                  This is great!
                  I hope all GStreamer plugins will be rewritten in Rust!
                  I would also like to see the same for FFmpeg, and for PDF.

                  Comment


                  • #10
                    Originally posted by uid313 View Post
                    I hope all GStreamer plugins will be rewritten in Rust!
                    That's not realistic. Maybe a few "bad" elements will be, but I think this is mostly aimed at supporting new elements rather than rewriting existing ones.

                    That said, if someone is willing to fund the work, I think some selective rewrites could certainly happen.

                    Originally posted by uid313 View Post
                    I would also like to see the same for FFmpeg, and for PDF.
                    I don't see any indication that ffmpeg is embracing Rust. All I see are wrappers for using ffmpeg from Rust.

                    And, uh, PDF is a format.

                    Comment

                    Working...
                    X