public bool link_pads_full (string srcpadname, Gst.Element dest, string destpadname, Gst.PadLinkCheck flags);
public void lost_state ();
public void lost_state_full (bool new_base_time);
+ [CCode (returns_floating_reference = true)]
public static Gst.Element? make_from_uri (Gst.URIType type, string uri, string? elementname);
public void message_full (Gst.MessageType type, GLib.Quark domain, int code, owned string? text, owned string? debug, string file, string function, int line);
public bool post_message (owned Gst.Message message);
public abstract class Element {
[CCode (cname = "abidata.ABI.target_state")]
public State target_state;
+ [CCode (returns_floating_reference = true)]
+ public static Gst.Element? make_from_uri (Gst.URIType type, string uri, string? elementname);
}
public class ElementFactory {
gst_element_state_change_return_get_name hidden="1"
gst_element_get_bus transfer_ownership="1" nullable="1"
gst_element_set_bus.bus nullable="1"
-gst_element_make_from_uri transfer_ownership="1" nullable="1"
-gst_element_make_from_uri.elementname nullable="1"
+gst_element_make_from_uri hidden="1"
gst_element_get_static_pad transfer_ownership="1" nullable="1"
gst_element_get_pad transfer_ownership="1" nullable="1"
gst_element_get_request_pad transfer_ownership="1" nullable="1"