Gst.Pad.get_caps() returns something completely different than the caps
property.
Fixes bug #608005.
public bool stop_task ();
public bool unlink (Gst.Pad sinkpad);
public void use_fixed_caps ();
- public Gst.Caps caps { get; }
+ [NoAccessorMethod]
+ public Gst.Caps caps { owned get; }
public Gst.PadDirection direction { get; construct; }
[NoAccessorMethod]
public Gst.PadTemplate template { owned get; set; }
gst_object_unref hidden="1"
gst_object_replace hidden="1"
GstPad.querytypefunc hidden="1"
+GstPad:caps accessor_method="0"
gst_pad_add_buffer_probe hidden="1"
gst_pad_add_buffer_probe_full hidden="1"
gst_pad_add_data_probe hidden="1"