Support for GstMeta in GDP
Matt Gruenke
matthew.gruenke at jci.com
Sat Oct 12 14:18:57 UTC 2019
I want to use gdppay/gdpdepay to serialize/deserialize GstMeta, along with the buffers to which it's attached.
https://gstreamer.freedesktop.org/documentation/gdp/index.html?gi-language=c
I'm searching around for any support for GstMeta serialization/deserialization in GDP, and not finding it. Is any work on this in progress?
https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/tree/master/gst/gdp
I noticed that GstMeta has some hook for transformations. For serialization, I imagined it might use that.
https://gstreamer.freedesktop.org/documentation/gstreamer/gstmeta.html?gi-language=c#GstMetaTransformFunction
I guess the harder question is how best to de-serialize from GDP. The Meta type registry might be used as a basis for finding the provider, but I think another hook would be needed to invoke a deserializer.
Any thoughts, ideas, and suggestions are welcome.
Matt
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20191012/3db626f4/attachment.html>
More information about the gstreamer-devel
mailing list