Caps parameter of gst_element_get_compatible_pad is nullable.
public Gst.ClockTime get_base_time ();
public Gst.Bus get_bus ();
public unowned Gst.Clock get_clock ();
- public unowned Gst.Pad get_compatible_pad (Gst.Pad pad, Gst.Caps caps);
+ public unowned Gst.Pad get_compatible_pad (Gst.Pad pad, Gst.Caps? caps);
public unowned Gst.PadTemplate get_compatible_pad_template (Gst.PadTemplate compattempl);
public unowned Gst.ElementFactory get_factory ();
public virtual unowned Gst.Index get_index ();
gst_element_get_static_pad transfer_ownership="1" nullable="1"
gst_element_class_get_pad_template_list type_arguments="Pad"
gst_element_post_message.message takes_ownership="1"
+gst_element_get_compatible_pad.caps nullable="1"
GstElementDetails is_value_type="1"
gst_element_factory_make transfer_ownership="1" nullable="1"
gst_element_factory_make.name nullable="1"