mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
MapInfo: add DataPtr so the mapped Data can be accessed without copying
This commit is contained in:
parent
cff0582d61
commit
529cd84a9f
1 changed files with 5 additions and 0 deletions
|
@ -38,5 +38,10 @@ namespace Gst {
|
|||
}
|
||||
}
|
||||
|
||||
public IntPtr DataPtr {
|
||||
get {
|
||||
return _data;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue