missingUriSinkMessageNew
fn
gst.message.Message missingUriSinkMessageNew(gst.element.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.
Parameters
element | the #GstElement posting the message |
protocol | the URI protocol the missing sink needs to implement, e.g. "http" or "smb" |
Returns
a new #GstMessage