Home
last modified time | relevance | path

Searched refs:GstPluginFeature (Results 1 – 25 of 52) sorted by relevance

123

/third_party/gstreamer/gstreamer/gst/
Dgstpluginfeature.h34 …bj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GST_TYPE_PLUGIN_FEATURE, GstPluginFeature))
39 #define GST_PLUGIN_FEATURE_CAST(obj) ((GstPluginFeature*)(obj))
46 typedef struct _GstPluginFeature GstPluginFeature; typedef
103 typedef gboolean (*GstPluginFeatureFilter) (GstPluginFeature *feature,
112 GstPluginFeature *
113 gst_plugin_feature_load (GstPluginFeature *feature);
116 void gst_plugin_feature_set_rank (GstPluginFeature *feature, guint rank);
119 guint gst_plugin_feature_get_rank (GstPluginFeature *feature);
122 GstPlugin * gst_plugin_feature_get_plugin (GstPluginFeature *feature);
125 const gchar * gst_plugin_feature_get_plugin_name (GstPluginFeature *feature);
[all …]
Dgstpluginfeature.c48 G_DEFINE_ABSTRACT_TYPE (GstPluginFeature, gst_plugin_feature, GST_TYPE_OBJECT);
57 gst_plugin_feature_init (GstPluginFeature * feature) in gst_plugin_feature_init()
65 GstPluginFeature *feature = GST_PLUGIN_FEATURE_CAST (object); in gst_plugin_feature_finalize()
97 GstPluginFeature *
98 gst_plugin_feature_load (GstPluginFeature * feature) in gst_plugin_feature_load()
101 GstPluginFeature *real_feature; in gst_plugin_feature_load()
162 gst_plugin_feature_set_rank (GstPluginFeature * feature, guint rank) in gst_plugin_feature_set_rank()
179 gst_plugin_feature_get_rank (GstPluginFeature * feature) in gst_plugin_feature_get_rank()
197 gst_plugin_feature_get_plugin (GstPluginFeature * feature) in gst_plugin_feature_get_plugin()
220 gst_plugin_feature_get_plugin_name (GstPluginFeature * feature) in gst_plugin_feature_get_plugin_name()
[all …]
Dgstregistry.h81 gboolean gst_registry_add_feature (GstRegistry * registry, GstPluginFeature *…
84 void gst_registry_remove_feature (GstRegistry * registry, GstPluginFeature *…
112 GstPluginFeature* gst_registry_find_feature (GstRegistry *registry, const gchar *name, …
118 GstPluginFeature * gst_registry_lookup_feature (GstRegistry *registry, const char *name);
Dgstregistry.c209 static GstPluginFeature *gst_registry_lookup_feature_locked (GstRegistry *
290 GstPluginFeature *feature = f->data; in gst_registry_finalize()
509 GstPluginFeature *feature = f->data; in gst_registry_remove_features_for_plugin_unlocked()
570 gst_registry_add_feature (GstRegistry * registry, GstPluginFeature * feature) in gst_registry_add_feature()
572 GstPluginFeature *existing_feature; in gst_registry_add_feature()
627 gst_registry_remove_feature (GstRegistry * registry, GstPluginFeature * feature) in gst_registry_remove_feature()
701 gst_plugin_feature_type_name_filter (GstPluginFeature * feature, in gst_plugin_feature_type_name_filter()
733 GstPluginFeature *feature = walk->data; in gst_registry_get_feature_list_or_create()
748 type_find_factory_rank_cmp (const GstPluginFeature * fac1, in type_find_factory_rank_cmp()
749 const GstPluginFeature * fac2) in type_find_factory_rank_cmp()
[all …]
Dgst_private.h418 GstPluginFeature feature;
439 GstPluginFeature feature;
460 GstPluginFeature parent;
486 GstPluginFeature feature;
505 GstPluginFeature feature;
Dgstdynamictypefactory.c88 GstPluginFeature *feature; in gst_dynamic_type_factory_find()
158 GstPluginFeature *existing_feature; in gst_dynamic_type_register()
Dgstdeviceproviderfactory.c118 GstPluginFeature *feature; in gst_device_provider_factory_find()
174 GstPluginFeature *existing_feature; in gst_device_provider_register()
550 device_provider_filter (GstPluginFeature * feature, GstRank * minrank) in device_provider_filter()
Dgstelementfactory.c134 GstPluginFeature *feature; in gst_element_factory_find()
207 GstPluginFeature *existing_feature; in gst_element_register()
1118 element_filter (GstPluginFeature * feature, FilterData * data) in element_filter()
1203 gst_plugin_feature_get_name ((GstPluginFeature *) factory)); in gst_element_factory_list_filter()
Dgsttracer.c145 GstPluginFeature *existing_feature; in gst_tracer_register()
Dgsttracerutils.c91 GstPluginFeature *feature; in _priv_gst_tracing_init()
Dgstplugin.c1326 GstPluginFeature *
1330 GstPluginFeature *result = NULL;
1354 gst_plugin_feature_name_filter (GstPluginFeature * feature, const gchar * name)
1370 GstPluginFeature *
1374 GstPluginFeature *result = NULL;
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgstplaybackutils.c142 GstPluginFeature *f1, *f2; in gst_playback_utils_compare_factories_func()
145 f1 = (GstPluginFeature *) p1; in gst_playback_utils_compare_factories_func()
146 f2 = (GstPluginFeature *) p2; in gst_playback_utils_compare_factories_func()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstregistry.c57 GstPluginFeature *feature; in print_plugin()
69 GstPluginFeature *old_identity, *new_identity; in GST_START_TEST()
70 GstPluginFeature *old_pipeline, *new_pipeline; in GST_START_TEST()
Dgstplugin.c74 GstPluginFeature *feature = GST_PLUGIN_FEATURE (g->data); in GST_START_TEST()
163 GstPluginFeature *feature; in GST_START_TEST()
215 GstPluginFeature *feature;
Dgstelementfactory.c50 GstPluginFeature *feature; in setup_factory()
/third_party/gstreamer/gstplugins_bad/ext/resindvd/
Drsndec.c159 rsndec_factory_filter (GstPluginFeature * feature, RsnDecFactoryFilterCtx * ctx) in rsndec_factory_filter()
224 sort_by_ranks (GstPluginFeature * f1, GstPluginFeature * f2) in sort_by_ranks()
279 GstPluginFeature *feature; in _get_decoder_factories()
/third_party/gstreamer/gstreamer/plugins/tracers/
Dgstfactories.c69 GstPluginFeature *feature; in do_element_new()
100 GstPluginFeature * feature) in do_plugin_feature_loaded()
/third_party/gstreamer/gstreamer/libs/gst/helpers/
Dgst-completion-helper.c83 _are_linkable (GstPluginFeature * feature, GList * caps_list) in _are_linkable()
140 GstPluginFeature *feature; in _list_features()
/third_party/gstreamer/gstreamer/tools/
Dgst-inspect.c120 static int print_element_info (GstPluginFeature * feature,
122 static int print_typefind_info (GstPluginFeature * feature,
124 static int print_tracer_info (GstPluginFeature * feature, gboolean print_names);
1261 GstPluginFeature *feature; in print_element_list()
1372 GstPluginFeature *feature = GST_PLUGIN_FEATURE (f->data); in print_all_uri_handlers()
1509 GstPluginFeature *feature; in print_plugin_features()
1589 GstPluginFeature *feature; in print_feature_info()
1619 print_element_info (GstPluginFeature * feature, gboolean print_names) in print_element_info()
1675 print_typefind_info (GstPluginFeature * feature, gboolean print_names) in print_typefind_info()
1732 print_tracer_info (GstPluginFeature * feature, gboolean print_names) in print_tracer_info()
[all …]
/third_party/gstreamer/gstplugins_base/tests/check/elements/
Dlibvisual.c27 filter_func (GstPluginFeature * feature, gpointer user_data) in filter_func()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/play/
Dgstplay-visualization.c135 GstPluginFeature *feature = l->data; in gst_play_update_visualization_list()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/player/
Dgstplayer-visualization.c132 GstPluginFeature *feature = l->data; in gst_player_update_visualization_list()
/third_party/gstreamer/gstplugins_bad/gst/autoconvert/
Dgstautovideoconvert.c63 gst_auto_video_convert_element_filter (GstPluginFeature * feature, in gst_auto_video_convert_element_filter()
/third_party/gstreamer/gstplugins_good/tests/check/generic/
Dstates.c62 GstPluginFeature *feature = f->data; in setup()
/third_party/gstreamer/gstplugins_base/tests/check/generic/
Dstates.c61 GstPluginFeature *feature = f->data; in setup()

123