TypeFind.suggestEmptySimple
void suggestEmptySimple(uint probability, string mediaType)If a #GstTypeFindFunction calls this function it suggests caps of the given media_type with the given probability.
This function is similar to gst.type_find.TypeFind.suggestSimple, but uses a #GstCaps with no fields.
Parameters
probability | The probability in percent that the suggestion is right |
mediaType | the media type of the suggested caps |