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?