Searched defs:_GstMaskDefinition (Results 1 – 1 of 1) sorted by relevance
32 struct _GstMaskDefinition { struct33 gint type;34 const gchar *short_name;35 const gchar *long_name;36 GstMaskDrawFunc draw_func;37 GstMaskDestroyFunc destroy_func;38 gconstpointer user_data;