Gst.TagList: Made custom fixup public

This commit is contained in:
Stephan Sundermann 2013-10-11 12:13:09 +02:00
parent ba21234dda
commit 4c09247df9

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