[ CCode ( cname = "gst_missing_element_message_new" ) ]
public Message missing_element_message_new (Element element, string factory_name)
Creates a missing-plugin message for element
to notify the application that a certain required element is missing.
This function is mainly for use in plugins.
element |
the Element posting the message |
factory_name |
the name of the missing element (element factory), e.g. "videoscale" or "cdparanoiasrc" |
a new Message, or NULL on error |