Home
last modified time | relevance | path

Searched refs:GstElementFactory (Results 1 – 25 of 65) sorted by relevance

123

/third_party/gstreamer/gstreamer/gst/
Dgstelementfactory.h32 typedef struct _GstElementFactory GstElementFactory; typedef
46 GstElementFactory))
51 #define GST_ELEMENT_FACTORY_CAST(obj) ((GstElementFactory *)(obj))
57 GstElementFactory * gst_element_factory_find (const gchar *name);
60 GType gst_element_factory_get_element_type (GstElementFactory *factory);
63 const gchar * gst_element_factory_get_metadata (GstElementFactory *factory, const …
66 gchar ** gst_element_factory_get_metadata_keys (GstElementFactory *factory);
69 guint gst_element_factory_get_num_pad_templates (GstElementFactory *factory);
72 const GList * gst_element_factory_get_static_pad_templates (GstElementFactory *factory);
75 GstURIType gst_element_factory_get_uri_type (GstElementFactory *factory);
[all …]
Dgstelementfactory.c72 static void gst_element_factory_cleanup (GstElementFactory * factory);
86 G_DEFINE_TYPE_WITH_CODE (GstElementFactory, gst_element_factory,
98 gst_element_factory_init (GstElementFactory * factory) in gst_element_factory_init()
112 GstElementFactory *factory = GST_ELEMENT_FACTORY (object); in gst_element_factory_finalize()
128 GstElementFactory *
147 gst_element_factory_cleanup (GstElementFactory * factory) in gst_element_factory_cleanup()
206 GstElementFactory *factory; in gst_element_register()
340 gst_element_factory_create (GstElementFactory * factory, const gchar * name) in gst_element_factory_create()
344 GstElementFactory *newfactory; in gst_element_factory_create()
437 GstElementFactory *factory; in gst_element_factory_make()
[all …]
Dgstprotection.c53 static const gchar *gst_protection_factory_check (GstElementFactory * fact,
187 GstElementFactory *fact = (GstElementFactory *) walk->data; in gst_protection_select_system()
235 GstElementFactory *fact = (GstElementFactory *) walk->data; in gst_protection_filter_systems_by_available_decryptors()
260 gst_protection_factory_check (GstElementFactory * fact, in gst_protection_factory_check()
Dgst_private.h212 void __gst_element_factory_add_static_pad_template (GstElementFactory * elementfactory,
216 void __gst_element_factory_add_interface (GstElementFactory * elementfactory,
Dgstutils.h1037 gboolean gst_element_factory_can_sink_all_caps (GstElementFactory *factory, const GstCaps *caps);
1040 gboolean gst_element_factory_can_src_all_caps (GstElementFactory *factory, const GstCaps *caps);
1043 gboolean gst_element_factory_can_sink_any_caps (GstElementFactory *factory, const GstCaps *caps);
1046 gboolean gst_element_factory_can_src_any_caps (GstElementFactory *factory, const GstCaps *caps);
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstelementfactory.c37 setup_pad_template (GstElementFactory * factory, GstStaticPadTemplate * tmpl) in setup_pad_template()
47 static GstElementFactory *
51 GstElementFactory *factory; in setup_factory()
70 GstElementFactory *factory; in GST_START_TEST()
83 GstElementFactory *factory; in GST_START_TEST()
104 GstElementFactory *factory; in GST_START_TEST()
126 GstElementFactory *factory, *tmp; in GST_START_TEST()
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgstplaybackutils.h32 gst_playback_utils_get_n_common_capsfeatures (GstElementFactory * fact1,
33 GstElementFactory * fact2,
Dgstplaybackutils.c34 get_template_caps (GstElementFactory * factory, GstPadDirection direction) in get_template_caps()
64 gst_playback_utils_get_n_common_capsfeatures (GstElementFactory * fact1, in gst_playback_utils_get_n_common_capsfeatures()
65 GstElementFactory * fact2, GstPlayFlags flags, gboolean isaudioelement) in gst_playback_utils_get_n_common_capsfeatures()
Dgstdecodebin3-parse.c151 GstElementFactory *factory = (GstElementFactory *) tmp->data; in get_parser_caps_filter()
183 GstElementFactory *factory = (GstElementFactory *) tmp->data; in check_parser_caps_filter()
Dgstsubtitleoverlay.c203 _is_renderer (GstElementFactory * factory) in _is_renderer()
222 _is_parser (GstElementFactory * factory) in _is_parser()
283 _get_sub_caps (GstElementFactory * factory) in _get_sub_caps()
318 GstElementFactory *factory; in _factory_filter()
452 check_factory_for_caps (GstElementFactory * factory, const GstCaps * caps) in check_factory_for_caps()
473 GstElementFactory *factory = walk->data; in gst_subtitle_overlay_get_factories_for_caps()
535 const gchar * factory_name, GstElementFactory * factory, in _create_element()
807 GstElementFactory *factory = gst_element_get_factory (renderer); in _setup_renderer()
1162 GstElementFactory *factory = l->data; in _pad_blocked_cb()
1228 GstElementFactory *overlay_factory = k->data; in _pad_blocked_cb()
Dgstplaybin3.c307 GstElementFactory *dec; /* audio:video decoder */
308 GstElementFactory *sink; /* audio:video sink */
3273 _factory_can_sink_caps (GstElementFactory * factory, GstCaps * caps)
3327 GstElementFactory *f2;
3330 f2 = (GstElementFactory *) p2;
3388 GstElementFactory *d_factory, *s_factory;
3423 d_factory = (GstElementFactory *) dl->data;
3425 s_factory = (GstElementFactory *) sl->data;
3450 avelement_iter_is_equal (GSequenceIter * iter, GstElementFactory * factory)
3476 GstElementFactory *factory = (GstElementFactory *) tmp->data;
[all …]
Dgstplaybin2.c283 GstElementFactory *dec; /* audio:video decoder */
284 GstElementFactory *sink; /* audio:video sink */
4039 _factory_can_sink_caps (GstElementFactory * factory, GstCaps * caps) in _factory_can_sink_caps()
4093 GstElementFactory *f2; in avelement_lookup_decoder()
4096 f2 = (GstElementFactory *) p2; in avelement_lookup_decoder()
4154 GstElementFactory *d_factory, *s_factory; in avelements_create()
4189 d_factory = (GstElementFactory *) dl->data; in avelements_create()
4191 s_factory = (GstElementFactory *) sl->data; in avelements_create()
4216 avelement_iter_is_equal (GSequenceIter * iter, GstElementFactory * factory) in avelement_iter_is_equal()
4242 GstElementFactory *factory = (GstElementFactory *) tmp->data; in create_decoders_list()
[all …]
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dmxfmux.c29 GstElementFactory *factory = NULL; in get_mpeg2enc_element_name()
162 GstElementFactory *factory = NULL; in GST_START_TEST()
187 GstElementFactory *factory = NULL; in GST_START_TEST()
245 GstElementFactory *factory = NULL; in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/tests/check/pipelines/
Dmxf.c29 GstElementFactory *factory = NULL; in get_mpeg2enc_element_name()
180 GstElementFactory *factory = NULL; in GST_START_TEST()
206 GstElementFactory *factory = NULL; in GST_START_TEST()
266 GstElementFactory *factory = NULL; in GST_START_TEST()
/third_party/gstreamer/gstplugins_base/tests/examples/encoding/
Dgstcapslist.c95 GstElementFactory *factory = (GstElementFactory *) tmp->data; in get_all_caps()
223 GstElementFactory *factory; in gst_caps_list_compatible_codecs()
248 factory = (GstElementFactory *) tmp->data; in gst_caps_list_compatible_codecs()
/third_party/gstreamer/gstplugins_base/gst/encoding/
Dgstsmartencoder.c440 static GstElementFactory *
443 GstElementFactory *fact = NULL; in get_decoder_factory()
454 fact = (GstElementFactory *) tmp->data; in get_decoder_factory()
464 static GstElementFactory *
467 GstElementFactory *fact = NULL; in get_encoder_factory()
478 fact = (GstElementFactory *) tmp->data; in get_encoder_factory()
491 GstElementFactory *fact = get_decoder_factory (caps); in get_decoder()
504 GstElementFactory *fact = get_encoder_factory (caps); in get_encoder()
631 GstElementFactory *dec, *enc; in gst_smart_encoder_find_elements()
Dgstencodebin.c873 GstElementFactory *parserfact = NULL; in _get_parser()
897 parserfact = (GstElementFactory *) tmp->data; in _get_parser()
914 _create_element_and_set_preset (GstElementFactory * factory, in _create_element_and_set_preset()
955 GstElementFactory *encoderfact = NULL; in _get_encoder()
990 encoderfact = (GstElementFactory *) tmp->data; in _get_encoder()
1739 _factory_can_handle_caps (GstElementFactory * factory, const GstCaps * caps, in _factory_can_handle_caps()
1769 GstElementFactory *formatterfact = NULL; in _get_formatter()
1788 formatterfact = (GstElementFactory *) tmpfmtr->data; in _get_formatter()
1811 GstElementFactory *fac_a = (GstElementFactory *) a; in compare_elements()
1812 GstElementFactory *fac_b = (GstElementFactory *) b; in compare_elements()
[all …]
/third_party/gstreamer/gstreamer/libs/gst/helpers/
Dgst-completion-helper.c33 get_pad_templates_info (GstElement * element, GstElementFactory * factory, in get_pad_templates_info()
67 GstElementFactory *factory = gst_element_factory_find (factory_name); in _get_pad_caps()
86 GstElementFactory *factory = GST_ELEMENT_FACTORY (feature); in _are_linkable()
101 _belongs_to_klass (GstElementFactory * factory, const gchar * klass) in _belongs_to_klass()
/third_party/gstreamer/gstreamer/docs/plugins/
Dgstreamer-plugins.hierarchy46 GstElementFactory
/third_party/gstreamer/gstplugins_bad/gst/autoconvert/
Dgstautoconvert.c139 autoconvert, GstElementFactory * factory);
422 GstElementFactory * factory) in gst_auto_convert_add_element()
550 GstElementFactory * factory) in gst_auto_convert_get_or_make_element_from_factory()
553 GstElementFactory *loaded_factory = in gst_auto_convert_get_or_make_element_from_factory()
580 GstElementFactory * factory, GstPadDirection direction, GstCaps * caps) in factory_can_intersect()
758 GstElementFactory *factory = GST_ELEMENT_FACTORY (elem->data); in gst_auto_convert_sink_setcaps()
817 GstElementFactory *factory = NULL; in gst_auto_convert_default_filter_func()
1092 GstElementFactory *factory = GST_ELEMENT_FACTORY (elem->data); in gst_auto_convert_getcaps()
/third_party/gstreamer/gstplugins_good/gst/rtsp/
Dgstrtspext.c53 GstElementFactory *factory; in gst_rtsp_ext_list_filter()
92 GstElementFactory *factory = GST_ELEMENT_FACTORY (walk->data); in gst_rtsp_ext_list_get()
/third_party/gstreamer/gstplugins_base/tests/check/elements/
Dvideoconvert.c98 GstElementFactory *f; in GST_START_TEST()
/third_party/gstreamer/gstreamer/tools/
Dgst-inspect.c224 print_factory_details_info (GstElementFactory * factory) in print_factory_details_info()
718 print_pad_templates_info (GstElement * element, GstElementFactory * factory) in print_pad_templates_info()
1205 GstElementFactory *factory; in print_element_list()
1308 GstElementFactory *factory; in print_all_uri_handlers()
1446 GstElementFactory *factory; in print_plugin_features()
1553 GstElementFactory *factory; in print_element_info()
1733 print_plugin_automatic_install_info_codecs (GstElementFactory * factory) in print_plugin_automatic_install_info_codecs()
1803 print_plugin_automatic_install_info_protocols (GstElementFactory * factory) in print_plugin_automatic_install_info_protocols()
1846 GstElementFactory *factory; in print_plugin_automatic_install_info()
/third_party/gstreamer/gstplugins_base/docs/plugins/
Dgst-plugins-base-plugins.hierarchy202 GstElementFactory
/third_party/gstreamer/gstplugins_good/gst/autodetect/
Dgstautodetect.c236 GstElementFactory * factory) in create_element_with_pretty_name()
280 GstElementFactory *f = GST_ELEMENT_FACTORY (item->data); in gst_auto_detect_find_best()

123