tagListToExifBuffer
fn
gst.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
taglist | The taglist |
byteOrder | byte order used in writing (G_LITTLE_ENDIAN or G_BIG_ENDIAN) |
baseOffset | Offset from the tiff header first byte |
Returns
A GstBuffer containing the tag entries followed by the tag data