gstreamer-java / gst1-java-core

Java bindings for GStreamer 1.x
GNU Lesser General Public License v3.0
188 stars 72 forks source link

Support for GstMeta (partial) #208

Closed neilcsmith-net closed 3 years ago

neilcsmith-net commented 3 years ago

Base support for GstMeta and mappings for GstVideoTimeCodeMeta.

Integrating and adapting code from PR #205 authored by Petr Lastovka.

neilcsmith-net commented 3 years ago

Above marries up better with upstream layout and Rust / C# bindings.

neilcsmith-net commented 3 years ago

Related conversation on GStreamer devel about type relationships / other bindings - https://lists.freedesktop.org/archives/gstreamer-devel/2020-October/076302.html

neilcsmith-net commented 3 years ago

Hi @aveco-devel can you take a look at this, give your thoughts, and see if it still covers all you need it to? I'll look to merge this functionality into master soon, then look at mapping some of the other meta types. Thanks!