-
-
Notifications
You must be signed in to change notification settings - Fork 72
Support for GstMeta (partial) #208
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Fix comments from Neil
Timecode meta
Above marries up better with upstream layout and Rust / C# bindings. |
Related conversation on GStreamer devel about type relationships / other bindings - https://lists.freedesktop.org/archives/gstreamer-devel/2020-October/076302.html |
… public and lowlevel API. Move Meta to org.freedesktop.gstreamer, and add Meta.API type for mapping API GType / querying buffer. Remove MetaInfo wrapper. Add GstMetaPtr for use in lowlevel bindings. Move VideoTimeCodeMeta and related classes to video package, matching upstream structure.
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! |
Base support for GstMeta and mappings for GstVideoTimeCodeMeta.
Integrating and adapting code from PR #205 authored by Petr Lastovka.