Pad: Fixed Caps property
This commit is contained in:
parent
6d7e41016e
commit
e1a6ddb198
@ -23,7 +23,7 @@ namespace Gst {
|
||||
public Gst.Caps Caps {
|
||||
get {
|
||||
GLib.Value val = GetProperty ("caps");
|
||||
Gst.Caps ret = new Gst.Caps ((IntPtr)val);
|
||||
Gst.Caps ret = (Gst.Caps) val.Val;
|
||||
val.Dispose ();
|
||||
return ret;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user