Is anyone actually using gstreamermm?

David Ing ding at panopto.com
Wed Mar 11 17:49:26 UTC 2020


I don't know anything about the project, but a quick glance at the commit
history shows no activity since 1.10.  I am guessing the project is out of
date.

I have a C++ project which consumes gstreamer, and I just consume the
C-language API.

You might want to invest in a day creating some shared pointers for
frequently used objects which already have reference-counting
functionality.  You would just write very thin C++ wrappers to tap the
existing reference counting functionality.

   - GObject
   - GstMiniObject
   - GstObject


On Wed, Mar 11, 2020 at 10:09 AM Sarah Newman <srn at prgmr.com> wrote:

> I'm planning to use gstreamer for a new project which needs a pipeline and
> likely also a plugin. gstreamermm seems like a good idea since we're
> planning on C++, but there's not a lot of evidence of it being used in the
> wild.
>
> Is gstreamermm reliable enough for one or both of those tasks right now?
> I don't see any examples for writing a plugin using gstreamermm, which
> suggests it might not be fit for that purpose. And if it does work, is
> there a minimum version we should be using?
>
> --Sarah
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20200311/5b0b7221/attachment.htm>


More information about the gstreamer-devel mailing list