missing_uri_source_message_new


Description:

[ 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.

Parameters:

element

the Element posting the message

protocol

the URI protocol the missing source needs to implement, e.g. "http" or "mms"

Returns:

a new Message


Namespace: Gst.PbUtils