[ CCode ( cname = "gst_missing_uri_source_message_new" ) ]
public Message missing_uri_source_message_new (Element element, string protocol)
Creates a missing-plugin message for element
to notify the application that a source element for a particular URI protocol
is missing.
This function is mainly for use in plugins.
element |
the Element posting the message |
protocol |
the URI protocol the missing source needs to implement, e.g. "http" or "mms" |
a new Message, or NULL on error |