Gst.Pad.prototype.has_current_caps
function has_current_caps():Boolean { // Gjs wrapper for gst_pad_has_current_caps() }
Check if pad has caps set on it with a #GST_EVENT_CAPS event.
- Returns
TRUE when pad has caps associated with it.
function has_current_caps():Boolean { // Gjs wrapper for gst_pad_has_current_caps() }
Check if pad has caps set on it with a #GST_EVENT_CAPS event.
TRUE when pad has caps associated with it.