[ CCode ( cname = "gst_missing_encoder_message_new" ) ]
public Message missing_encoder_message_new (Element element, Caps encode_caps)
Creates a missing-plugin message for element
to notify the application that an encoder element for a particular set of
(fixed) caps is missing.
This function is mainly for use in plugins.
element |
the Element posting the message |
encode_caps |
the (fixed) caps for which an encoder element is needed |
a new Message, or NULL on error |