According to the documentation, the caps argument in
gst_pad_set_caps can be nullable.
Fixes bug 576061.
public bool set_blocked (bool blocked);
public bool set_blocked_async (bool blocked, Gst.PadBlockCallback callback);
public void set_bufferalloc_function (Gst.PadBufferAllocFunction bufalloc);
- public bool set_caps (Gst.Caps caps);
+ public bool set_caps (Gst.Caps? caps);
public void set_chain_function (Gst.PadChainFunction chain);
public void set_checkgetrange_function (Gst.PadCheckGetRangeFunction check);
public void set_element_private (void* priv);
gst_pad_push_event.event takes_ownership="1"
gst_pad_send_event.event takes_ownership="1"
gst_pad_set_query_type_function hidden="1"
+gst_pad_set_caps.caps nullable="1"
gst_pad_template_new.caps takes_ownership="1"
gst_ghost_pad_new.name nullable="1"
gst_ghost_pad_set_target.newtarget nullable="1"