Home
last modified time | relevance | path

Searched refs:GstPluginDesc (Results 1 – 13 of 13) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstplugin.h42 typedef struct _GstPluginDesc GstPluginDesc; typedef
257 GST_PLUGIN_EXPORT const GstPluginDesc * G_PASTE(gst_plugin_, G_PASTE(name, _get_desc)) (void); \
260 static const GstPluginDesc gst_plugin_desc = { \
275 const GstPluginDesc * \
Dgstplugin.c82 static GstPluginDesc *_static_plugins; /* NULL */
116 const GstPluginDesc * desc, gpointer user_data);
117 static void gst_plugin_desc_copy (GstPluginDesc * dest,
118 const GstPluginDesc * src);
211 GstPluginDesc desc = { major_version, minor_version, name, description, in gst_plugin_register_static()
277 GstPluginDesc desc = { major_version, minor_version, name, description, in gst_plugin_register_static_full()
354 gst_plugin_desc_matches_whitelist_entry (const GstPluginDesc * desc, in gst_plugin_desc_matches_whitelist_entry()
416 priv_gst_plugin_desc_is_whitelisted (const GstPluginDesc * desc, in priv_gst_plugin_desc_is_whitelisted()
486 gst_plugin_register_func (GstPlugin * plugin, const GstPluginDesc * desc, in gst_plugin_register_func()
802 const GstPluginDesc *desc; in _priv_gst_plugin_load_file_for_registry()
[all …]
Dgst_private.h108 G_GNUC_INTERNAL gboolean priv_gst_plugin_desc_is_whitelisted (const GstPluginDesc * desc,
370 GstPluginDesc desc;
/third_party/gstreamer/gstreamer/tests/check/gst/
Dstruct_hppa.h45 {"GstPluginDesc", sizeof (GstPluginDesc), 112},
Dstruct_i386.h45 {"GstPluginDesc", sizeof (GstPluginDesc), 60},
Dstruct_x86_64.h45 {"GstPluginDesc", sizeof (GstPluginDesc), 112},
Dstruct_sparc.h45 {"GstPluginDesc", sizeof (GstPluginDesc), 112},
Dstruct_arm.h46 {"GstPluginDesc", sizeof (GstPluginDesc), 60},
Dstruct_ppc64.h45 {"GstPluginDesc", sizeof (GstPluginDesc), 112},
Dstruct_x86_64w.h45 {"GstPluginDesc", sizeof (GstPluginDesc), 112},
Dstruct_i386w.h45 {"GstPluginDesc", sizeof (GstPluginDesc), 60},
Dstruct_ppc32.h45 {"GstPluginDesc", sizeof (GstPluginDesc), 60},
/third_party/gstreamer/gstreamer/
DChangeLog75245 registrychunks: intern all GstPluginDesc members when unpacking
76006 binaryregistry: save and load release date time in GstPluginDesc
76014 …plugin: add release datetime field to GstPluginDesc and set it if GST_PACKAGE_RELEASE_DATETIME is …
96946 …gst/: Change API of gst_plugin_register_static() to not take a GstPluginDesc, but rather just take…
96953 a GstPluginDesc, but rather just take all the arguments
96954 in a GstPluginDesc directly. This is more intuitive and
103757 gst/gstplugin.h: Fix and expand GstPluginDesc API docs.
103760 Fix and expand GstPluginDesc API docs.