From f0521e5e17a139de747bb7719bca1ad198acc056 Mon Sep 17 00:00:00 2001 From: Stephan Sundermann Date: Sun, 13 Oct 2013 22:35:24 +0200 Subject: [PATCH] Adapter: make it public --- sources/custom/Adapter.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/custom/Adapter.cs b/sources/custom/Adapter.cs index d7d5f79..786f6f9 100644 --- a/sources/custom/Adapter.cs +++ b/sources/custom/Adapter.cs @@ -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); -- 2.7.4