Skip to content

How to add metadata to the output result? #448

@image-rcdat

Description

@image-rcdat

Hi everyone, I've written a plugin to convert video frames to base64 format and I could attach this data as new field to the GStructure using:
gst_structure_set(structure, "base64img", G_TYPE_STRING, base64Buffer, NULL);

I can see this field that is attached to my structure, by gvametaconvert doesn't recognize it, is there anyway to force this block to recognize custom defined fields in the structure?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions