summaryrefslogtreecommitdiff
path: root/sources/generated/Gst.Video/VideoGLTextureUploadMeta.cs
diff options
context:
space:
mode:
Diffstat (limited to 'sources/generated/Gst.Video/VideoGLTextureUploadMeta.cs')
-rw-r--r--sources/generated/Gst.Video/VideoGLTextureUploadMeta.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/sources/generated/Gst.Video/VideoGLTextureUploadMeta.cs b/sources/generated/Gst.Video/VideoGLTextureUploadMeta.cs
index bf7a6dc..1f617cc 100644
--- a/sources/generated/Gst.Video/VideoGLTextureUploadMeta.cs
+++ b/sources/generated/Gst.Video/VideoGLTextureUploadMeta.cs
@@ -29,7 +29,7 @@ namespace Gst.Video {
return (Gst.Video.VideoGLTextureUploadMeta) Marshal.PtrToStructure (raw, typeof (Gst.Video.VideoGLTextureUploadMeta));
}
- [DllImport("libgstvideo-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstvideo-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_video_gl_texture_upload_meta_upload(IntPtr raw, uint texture_id);
public bool Upload(uint texture_id) {
@@ -42,7 +42,7 @@ namespace Gst.Video {
return ret;
}
- [DllImport("libgstvideo-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstvideo-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_video_gl_texture_upload_meta_get_info();
public static Gst.MetaInfo Info {