Adding typefind function for a new Gst Type, "tensors"

MyungJoo Ham myungjoo.ham at samsung.com
Mon Jul 30 00:39:36 UTC 2018


>
>I do not have an answer to your questions, but I noticed a documentation
>page:
>
>https://gstreamer.freedesktop.org/documentation/plugin-development/advanced/media-types.html#table-of-other-types
>
>
>At the very bottom of that page, I noticed an empty table "Table of Other
>Types" which seems to suggest that you can define any type you want (with
>any prefix, not just "audio/" or "video/").

Thanks.

We have implemented typefind function in the plugin init that finds
"other/tensorsave" that recognize "saved" format of tensors (with headers).

Then, the type(cap) goes between related gstreamer elements is
header-less "other/tensor", which resembles "video/x-raw".

I wanted to ask if this is a desired ("good enough") approach.


Anyway, we have started opening "NNStreamer" plugins at
github.com/nnsuite/nnstreaer , which is to allow gstreamer
pipelines to use recent neural network frameworks and their models
as yet another media filters.


Cheers,
MyungJoo


More information about the gstreamer-devel mailing list