Adapter: make it public

This commit is contained in:
Stephan Sundermann 2013-10-13 22:35:24 +02:00
parent e64647191a
commit f0521e5e17

View file

@ -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);