mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 07:16:55 +00:00
Adapter: make it public
This commit is contained in:
parent
e64647191a
commit
f0521e5e17
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ namespace Gst.Base {
|
|||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
partial class Adapter
|
||||
public partial class Adapter
|
||||
{
|
||||
[DllImport("libgstbase-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
|
||||
static extern void gst_adapter_copy(IntPtr raw, out IntPtr dest, int offset, int size);
|
||||
|
|
Loading…
Reference in a new issue