missingElementMessageNew
fn
gst.message.Message missingElementMessageNew(gst.element.Element element, string factoryName)Creates a missing-plugin message for element to notify the application that a certain required element is missing. This function is mainly for use in plugins.
Parameters
element | the #GstElement posting the message |
factoryName | the name of the missing element (element factory), e.g. "videoscale" or "cdparanoiasrc" |
Returns
a new #GstMessage