summaryrefslogtreecommitdiff
path: root/sources/custom/Application.cs
diff options
context:
space:
mode:
Diffstat (limited to 'sources/custom/Application.cs')
-rw-r--r--sources/custom/Application.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/sources/custom/Application.cs b/sources/custom/Application.cs
index 4ac9abb..6a5f022 100644
--- a/sources/custom/Application.cs
+++ b/sources/custom/Application.cs
@@ -32,7 +32,8 @@ namespace Gst {
GLib.GType.Register (FractionRange.GType, typeof(FractionRange));
GLib.GType.Register (DateTime.GType, typeof(DateTime));
GLib.GType.Register (Gst.Array.GType, typeof(Gst.Array));
-
+ GLib.GType.Register(Promise.GType, typeof(Promise));
+ GLib.GType.Register(Gst.WebRTC.WebRTCSessionDescription.GType, typeof(Gst.WebRTC.WebRTCSessionDescription));
}
[DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]