missing_decoder_message_new


Description:

[ CCode ( cname = "gst_missing_decoder_message_new" ) ]
public Message missing_decoder_message_new (Element element, Caps decode_caps)

Creates a missing-plugin message for element to notify the application that a decoder 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

decode_caps

the (fixed) caps for which a decoder element is needed

Returns:

a new Message


Namespace: Gst.PbUtils