Adapter: make it public
authorStephan Sundermann <stephansundermann@gmail.com>
Sun, 13 Oct 2013 20:35:24 +0000 (22:35 +0200)
committerStephan Sundermann <stephansundermann@gmail.com>
Sat, 21 Dec 2013 15:52:26 +0000 (16:52 +0100)
sources/custom/Adapter.cs

index d7d5f79..786f6f9 100644 (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);