missing_element_message_new


Description:

[ 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.

Parameters:

element

the Element posting the message

factory_name

the name of the missing element (element factory), e.g. "videoscale" or "cdparanoiasrc"

Returns:

a new Message


Namespace: Gst.PbUtils