mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-10 13:51:20 +00:00
Register some more basic GStreamer GTypes as managed types
This commit is contained in:
parent
9203ed7c9a
commit
8b1869533d
1 changed files with 5 additions and 0 deletions
|
@ -121,6 +121,11 @@ namespace Gst {
|
|||
Gst.GLib.GType.Register (Structure.GType, typeof (Structure));
|
||||
Gst.GLib.GType.Register (TagList.GType, typeof (TagList));
|
||||
Gst.GLib.GType.Register (MiniObject.GType, typeof (MiniObject));
|
||||
Gst.GLib.GType.Register (Bus.GType, typeof (Bus));
|
||||
Gst.GLib.GType.Register (Pad.GType, typeof (Pad));
|
||||
Gst.GLib.GType.Register (GhostPad.GType, typeof (GhostPad));
|
||||
Gst.GLib.GType.Register (Message.GType, typeof (Message));
|
||||
Gst.GLib.GType.Register (SystemClock.GType, typeof (SystemClock));
|
||||
|
||||
GtkSharp.GstreamerSharp.ObjectManager.Initialize ();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue