Gst.TagList: Made custom fixup public
authorStephan Sundermann <stephansundermann@gmail.com>
Fri, 11 Oct 2013 10:13:09 +0000 (12:13 +0200)
committerStephan Sundermann <stephansundermann@gmail.com>
Sat, 21 Dec 2013 15:52:22 +0000 (16:52 +0100)
sources/custom/TagList.cs

index f59100a..364cc5a 100644 (file)
@@ -18,7 +18,7 @@ namespace Gst
        using System;
        using System.Runtime.InteropServices;
 
-       partial class TagList
+       public partial class TagList
        {
                [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
                static extern int gst_structure_n_fields (IntPtr raw);