mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 08:41:07 +00:00
Also store the GType of the property in case there's no managed type for it
This commit is contained in:
parent
9c636a83be
commit
761462b227
1 changed files with 7 additions and 0 deletions
|
@ -51,6 +51,13 @@ namespace Gst {
|
|||
}
|
||||
}
|
||||
|
||||
internal GLib.GType gtype;
|
||||
public GLib.GType GType {
|
||||
get {
|
||||
return gtype;
|
||||
}
|
||||
}
|
||||
|
||||
internal object dflt;
|
||||
public object Default {
|
||||
get {
|
||||
|
|
Loading…
Reference in a new issue