[ CCode ( cname = "gst_missing_uri_sink_message_new" ) ]
public Message missing_uri_sink_message_new (Element element, string protocol)
Creates a missing-plugin message for element
to notify the application that a sink 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 sink needs to implement, e.g. "http" or "smb" |
a new Message, or NULL on error |