Partially fixes bug 675364.
[CCode (cname = "gst_type_find_suggest_simple")]
public void suggest_simple (uint probability, string media_type, string fieldname);
}
- [CCode (cheader_filename = "gst/gst.h")]
+ [CCode (cheader_filename = "gst/gst.h", type_id = "GST_TYPE_TYPE_FIND_FACTORY")]
public class TypeFindFactory : Gst.PluginFeature {
public weak Gst.Caps caps;
public weak string extensions;
GstTypeFind.get_length hidden="1"
GstTypeFind.peek hidden="1"
GstTypeFind.suggest hidden="1"
+GstTypeFindFactory type_id="GST_TYPE_TYPE_FIND_FACTORY"
gst_type_register_static_full hidden="1"
GstURIHandler::new_uri has_emitter="1"
gst_uri_handler_get_protocols is_array="1"