mirror of
https://github.com/go-gst/go-gst.git
synced 2025-10-30 03:02:09 +08:00
Squashed commit of the following:
commit 7f46be64521d7cdf4d94409f979143a55acd665a Author: Avi Zimmerman <avi.zimmerman@gmail.com> Date: Thu Jan 7 12:18:37 2021 +0200 improve plugin interfaces
This commit is contained in:
@@ -598,6 +598,7 @@ func (b *Buffer) Unmap() {
|
||||
return
|
||||
}
|
||||
C.gst_buffer_unmap(b.Instance(), (*C.GstMapInfo)(b.mapInfo.Instance()))
|
||||
C.free(unsafe.Pointer(b.mapInfo.Instance()))
|
||||
}
|
||||
|
||||
// MapRange maps the info of length merged memory blocks starting at idx in buffer.
|
||||
|
||||
Reference in New Issue
Block a user