mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 09:40:37 +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