tagListToExifBuffer

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

taglist gst.tag_list.TagList

The taglist

byteOrder int

byte order used in writing (G_LITTLE_ENDIAN or G_BIG_ENDIAN)

baseOffset uint

Offset from the tiff header first byte

Return Value

Type: gst.buffer.Buffer

A GstBuffer containing the tag entries followed by the tag data