summaryrefslogtreecommitdiff
path: root/sources/generated/Gst.Rtsp/RTSPRange.cs
diff options
context:
space:
mode:
authorAaron Boxer <aaron.boxer@collabora.com>2019-10-24 10:00:17 -0400
committerAaron Boxer <aaron.boxer@collabora.com>2019-11-18 14:19:39 -0500
commit38a0731461f470d38560f9766188f4f700987f3c (patch)
treec3244512508cd24c6e14177fbe1b25632d0d4801 /sources/generated/Gst.Rtsp/RTSPRange.cs
parentde2554e637bda4dfe7466f6d3e8be6a0d2ed0538 (diff)
build: on Windows, use MSVC format for gst*, glib and gobject dlls
Generated files were generated using 'ninja -C build update-code' except for libgstfft, which had to be updated manually (see issue #25). Note: with these changes, building on MS Windows will require the msvc compiler - mingw will no longer work.
Diffstat (limited to 'sources/generated/Gst.Rtsp/RTSPRange.cs')
-rw-r--r--sources/generated/Gst.Rtsp/RTSPRange.cs10
1 files changed, 5 insertions, 5 deletions
diff --git a/sources/generated/Gst.Rtsp/RTSPRange.cs b/sources/generated/Gst.Rtsp/RTSPRange.cs
index 365be00..69bf988 100644
--- a/sources/generated/Gst.Rtsp/RTSPRange.cs
+++ b/sources/generated/Gst.Rtsp/RTSPRange.cs
@@ -23,7 +23,7 @@ namespace Gst.Rtsp {
return (Gst.Rtsp.RTSPRange) Marshal.PtrToStructure (raw, typeof (Gst.Rtsp.RTSPRange));
}
- [DllImport("libgstrtsp-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstrtsp-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_rtsp_range_convert_units(IntPtr range, int unit);
public static bool ConvertUnits(Gst.Rtsp.RTSPTimeRange range, Gst.Rtsp.RTSPRangeUnit unit) {
@@ -34,7 +34,7 @@ namespace Gst.Rtsp {
return ret;
}
- [DllImport("libgstrtsp-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstrtsp-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_rtsp_range_free(IntPtr range);
public static void Free(Gst.Rtsp.RTSPTimeRange range) {
@@ -43,7 +43,7 @@ namespace Gst.Rtsp {
Marshal.FreeHGlobal (native_range);
}
- [DllImport("libgstrtsp-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstrtsp-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_rtsp_range_get_times(IntPtr range, out ulong min, out ulong max);
public static bool GetTimes(Gst.Rtsp.RTSPTimeRange range, out ulong min, out ulong max) {
@@ -54,7 +54,7 @@ namespace Gst.Rtsp {
return ret;
}
- [DllImport("libgstrtsp-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstrtsp-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern int gst_rtsp_range_parse(IntPtr rangestr, IntPtr range);
public static Gst.Rtsp.RTSPResult Parse(string rangestr, out Gst.Rtsp.RTSPTimeRange range) {
@@ -68,7 +68,7 @@ namespace Gst.Rtsp {
return ret;
}
- [DllImport("libgstrtsp-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstrtsp-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_rtsp_range_to_string(IntPtr range);
public static string ToString(Gst.Rtsp.RTSPTimeRange range) {