glupload never copy metadata

Matthew Waters ystreet00 at gmail.com
Tue Mar 14 11:06:34 UTC 2017


On 14/03/17 20:44, Cyril Baletaud wrote:
> Hi,
>
> In my pipeline, i use a custom metadata API. I need to access this
> metadata from a GstGLElement.
> GstBuffer are uploaded with glupload element, but this element never
> copy metadata.
> In my API, the function gev_infos_meta_transform is never called. (i
> have connected a identity element before and after glupload to read
> InfosMeta).

The GstMeta copying is handled by GstBaseTransfrom's copy_metadata vfunc
which by default does not copy memory specific GstMeta or any GstMeta
with any tags.

Cheers
-Matt

> With classic CPU pipeline, my custom metadata works well.
>
> Is this a bug, or may i forgot to do something ?
>
> Thanks .
>


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 516 bytes
Desc: OpenPGP digital signature
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20170314/959dbad8/attachment.sig>


More information about the gstreamer-devel mailing list