Home
last modified time | relevance | path

Searched defs:_GstPluginDesc (Results 1 – 1 of 1) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstplugin.h171 struct _GstPluginDesc { struct
172 gint major_version;
173 gint minor_version;
174 const gchar *name;
175 const gchar *description;
176 GstPluginInitFunc plugin_init;
177 const gchar *version;
178 const gchar *license;
179 const gchar *source;
180 const gchar *package;
[all …]