missing_encoder_message_new


Description:

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

Parameters:

element

the Element posting the message

encode_caps

the (fixed) caps for which an encoder element is needed

Returns:

a new Message


Namespace: Gst.PbUtils