tagListToExifBuffer

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

Formats the tags in taglist on exif format. The resulting buffer contains the tags IFD and is followed by the data pointed by the tag entries.

Parameters

taglistThe taglist
byteOrderbyte order used in writing (G_LITTLE_ENDIAN or G_BIG_ENDIAN)
baseOffsetOffset from the tiff header first byte

Returns

A GstBuffer containing the tag entries followed by the tag data