From: Stephan Sundermann Date: Fri, 11 Oct 2013 10:13:09 +0000 (+0200) Subject: Gst.TagList: Made custom fixup public X-Git-Tag: 1.19.3~483^2~284 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4c09247df96429dc60ee048bb9850714eaebb035;p=platform%2Fupstream%2Fgstreamer.git Gst.TagList: Made custom fixup public --- diff --git a/sources/custom/TagList.cs b/sources/custom/TagList.cs index f59100a..364cc5a8 100644 --- a/sources/custom/TagList.cs +++ b/sources/custom/TagList.cs @@ -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);