tagListFromExifBuffer

fngst.tag_list.TagList tagListFromExifBuffer(gst.buffer.Buffer buffer, int byteOrder, uint baseOffset)

Parses the IFD and IFD tags data contained in the buffer and puts it on a taglist. The base_offset is used to subtract from the offset in the tag entries and be able to get the offset relative to the buffer start

Parameters

bufferThe exif buffer
byteOrderbyte order of the data
baseOffsetOffset from the tiff header to this buffer

Returns

The parsed taglist