[ 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.
element |
the Element posting the message |
decode_caps |
the (fixed) caps for which a decoder element is needed |
a new Message, or NULL on error |