Home
last modified time | relevance | path

Searched refs:type_name (Results 151 – 175 of 18699) sorted by path

12345678910>>...748

/dports/audio/gstreamer1-plugins-bs2b/gst-plugins-bad-1.16.2/common/
H A Dgstdoc-scangobj554 const gchar *type_name, *ret_type, *object_arg, *arg_name;
688 const gchar *type_name;
1476 const gchar *type_name;
/dports/audio/gstreamer1-plugins-bs2b/gst-plugins-bad-1.16.2/ext/hls/
H A Dm3u8.c1207 gst_m3u8_get_hls_media_type_from_string (const gchar * type_name) in gst_m3u8_get_hls_media_type_from_string() argument
1209 if (strcmp (type_name, "AUDIO") == 0) in gst_m3u8_get_hls_media_type_from_string()
1211 if (strcmp (type_name, "VIDEO") == 0) in gst_m3u8_get_hls_media_type_from_string()
1213 if (strcmp (type_name, "SUBTITLES") == 0) in gst_m3u8_get_hls_media_type_from_string()
1215 if (strcmp (type_name, "CLOSED_CAPTIONS") == 0) in gst_m3u8_get_hls_media_type_from_string()
/dports/audio/gstreamer1-plugins-bs2b/gst-plugins-bad-1.16.2/ext/ladspa/
H A Dgstladspa.c212 gchar *type_name; in ladspa_describe_plugin() local
230 type_name = g_ascii_strdown (tmp, -1); in ladspa_describe_plugin()
232 g_strcanon (type_name, G_CSET_A_2_Z G_CSET_a_2_z G_CSET_DIGITS "-+", '-'); in ladspa_describe_plugin()
235 if (g_type_from_name (type_name)) { in ladspa_describe_plugin()
236 GST_WARNING ("Plugin identifier collision for %s (%s:%lu/%s)", type_name, in ladspa_describe_plugin()
238 g_free (type_name); in ladspa_describe_plugin()
245 "element-type-name", G_TYPE_STRING, type_name, in ladspa_describe_plugin()
253 gst_structure_set_value (ladspa_meta_all, type_name, &value); in ladspa_describe_plugin()
H A Dgstladspautils.c845 const gchar *type_name = in ladspa_register_element() local
848 gst_element_register (plugin, type_name, GST_RANK_NONE, in ladspa_register_element()
849 g_type_register_static (parent_type, type_name, info, 0)); in ladspa_register_element()
/dports/audio/gstreamer1-plugins-bs2b/gst-plugins-bad-1.16.2/ext/lv2/
H A Dgstlv2.c174 gchar *type_name; in lv2_plugin_discover() local
188 type_name = g_strdup (&p[3]); in lv2_plugin_discover()
190 type_name = g_strdup (plugin_uri); in lv2_plugin_discover()
195 if (g_type_from_name (type_name)) in lv2_plugin_discover()
202 GST_FIXME ("plugin %s has no audio pads", type_name); in lv2_plugin_discover()
207 type_name, audio_out); in lv2_plugin_discover()
212 " num_src_pads: %d)", type_name, audio_in, audio_out); in lv2_plugin_discover()
226 GST_INFO ("plugin %s can%s do presets", type_name, in lv2_plugin_discover()
231 "element-type-name", G_TYPE_STRING, type_name, in lv2_plugin_discover()
238 gst_structure_set_value (lv2_meta_all, type_name, &value); in lv2_plugin_discover()
[all …]
H A Dgstlv2filter.c552 const gchar *type_name = in gst_lv2_filter_register_element() local
555 g_type_register_static (GST_TYPE_AUDIO_FILTER, type_name, &info, 0); in gst_lv2_filter_register_element()
570 gst_element_register (plugin, type_name, GST_RANK_NONE, element_type); in gst_lv2_filter_register_element()
H A Dgstlv2source.c732 const gchar *type_name = in gst_lv2_source_register_element() local
735 g_type_register_static (GST_TYPE_BASE_SRC, type_name, &info, 0); in gst_lv2_source_register_element()
751 gst_element_register (plugin, type_name, GST_RANK_NONE, element_type); in gst_lv2_source_register_element()
H A Dgstlv2utils.c696 gchar *type_name; in gst_lv2_class_get_param_spec() local
713 type_name = g_strdup_printf ("%s%s", in gst_lv2_class_get_param_spec()
715 enum_type = g_enum_register_static (type_name, enums); in gst_lv2_class_get_param_spec()
716 g_free (type_name); in gst_lv2_class_get_param_spec()
/dports/audio/gstreamer1-plugins-bs2b/gst-plugins-bad-1.16.2/gst/frei0r/
H A Dgstfrei0rfilter.c269 gchar *type_name, *tmp; in gst_frei0r_filter_register() local
277 type_name = g_ascii_strdown (tmp, -1); in gst_frei0r_filter_register()
279 g_strcanon (type_name, G_CSET_A_2_Z G_CSET_a_2_z G_CSET_DIGITS "-+", '-'); in gst_frei0r_filter_register()
281 if (g_type_from_name (type_name)) { in gst_frei0r_filter_register()
282 GST_DEBUG ("Type '%s' already exists", type_name); in gst_frei0r_filter_register()
292 g_type_register_static (GST_TYPE_VIDEO_FILTER, type_name, &typeinfo, 0); in gst_frei0r_filter_register()
293 if (gst_element_register (plugin, type_name, GST_RANK_NONE, type)) in gst_frei0r_filter_register()
296 g_free (type_name); in gst_frei0r_filter_register()
H A Dgstfrei0rmixer.c745 gchar *type_name, *tmp; in gst_frei0r_mixer_register() local
756 type_name = g_ascii_strdown (tmp, -1); in gst_frei0r_mixer_register()
758 g_strcanon (type_name, G_CSET_A_2_Z G_CSET_a_2_z G_CSET_DIGITS "-+", '-'); in gst_frei0r_mixer_register()
760 if (g_type_from_name (type_name)) { in gst_frei0r_mixer_register()
761 GST_DEBUG ("Type '%s' already exists", type_name); in gst_frei0r_mixer_register()
770 type = g_type_register_static (GST_TYPE_ELEMENT, type_name, &typeinfo, 0); in gst_frei0r_mixer_register()
771 if (gst_element_register (plugin, type_name, GST_RANK_NONE, type)) in gst_frei0r_mixer_register()
774 g_free (type_name); in gst_frei0r_mixer_register()
H A Dgstfrei0rsrc.c390 gchar *type_name, *tmp; in gst_frei0r_src_register() local
398 type_name = g_ascii_strdown (tmp, -1); in gst_frei0r_src_register()
400 g_strcanon (type_name, G_CSET_A_2_Z G_CSET_a_2_z G_CSET_DIGITS "-+", '-'); in gst_frei0r_src_register()
402 if (g_type_from_name (type_name)) { in gst_frei0r_src_register()
403 GST_DEBUG ("Type '%s' already exists", type_name); in gst_frei0r_src_register()
412 type = g_type_register_static (GST_TYPE_PUSH_SRC, type_name, &typeinfo, 0); in gst_frei0r_src_register()
413 if (gst_element_register (plugin, type_name, GST_RANK_NONE, type)) in gst_frei0r_src_register()
416 g_free (type_name); in gst_frei0r_src_register()
/dports/audio/gstreamer1-plugins-bs2b/gst-plugins-bad-1.16.2/
H A Dmeson.build287 if gstgl_dep.type_name() == 'pkgconfig'
380 if gst_dep.type_name() == 'internal'
/dports/audio/gstreamer1-plugins-bs2b/gst-plugins-bad-1.16.2/sys/androidmedia/
H A Dgstamc.c3251 gchar *type_name, *element_name; in register_codecs() local
3270 type_name = create_type_name (type_query.type_name, codec_info->name); in register_codecs()
3272 if (g_type_from_name (type_name) != G_TYPE_INVALID) { in register_codecs()
3273 GST_ERROR ("Type '%s' already exists for codec '%s'", type_name, in register_codecs()
3275 g_free (type_name); in register_codecs()
3279 subtype = g_type_register_static (type, type_name, &type_info, 0); in register_codecs()
3280 g_free (type_name); in register_codecs()
/dports/audio/gstreamer1-plugins-bs2b/gst-plugins-bad-1.16.2/sys/applemedia/
H A Dvtenc.c1436 gchar *type_name; in gst_vtenc_register() local
1440 type_name = g_strdup_printf ("vtenc_%s", codec_details->element_name); in gst_vtenc_register()
1443 g_type_register_static (GST_TYPE_VIDEO_ENCODER, type_name, &type_info, 0); in gst_vtenc_register()
1448 result = gst_element_register (plugin, type_name, GST_RANK_PRIMARY, type); in gst_vtenc_register()
1450 GST_ERROR_OBJECT (plugin, "failed to register element %s", type_name); in gst_vtenc_register()
1453 g_free (type_name); in gst_vtenc_register()
/dports/audio/gstreamer1-plugins-bs2b/gst-plugins-bad-1.16.2/sys/nvenc/
H A Dmeson.build16 if cuda_dep.type_name() == 'internal'
/dports/audio/gstreamer1-plugins-bs2b/gst-plugins-bad-1.16.2/tests/check/
H A Dmeson.build119 if gst_dep.type_name() == 'pkgconfig'
168 if orc_dep.type_name() == 'pkgconfig'
/dports/audio/gstreamer1-plugins-bs2b/gst-plugins-bad-1.16.2/tests/examples/opencv/
H A Dgstmotioncells_dynamic_test.c39 const gchar *type_name; in print_element_properties() local
63 type_name = "string"; in print_element_properties()
69 type_name = g_type_name (G_PARAM_SPEC_VALUE_TYPE (pspec)); in print_element_properties()
72 g_print ("\t%s: %s (%s)\n", pspec->name, s, type_name); in print_element_properties()
/dports/audio/gstreamer1-plugins-cdparanoia/gst-plugins-base-1.16.2/common/
H A Dgstdoc-scangobj554 const gchar *type_name, *ret_type, *object_arg, *arg_name;
688 const gchar *type_name;
1476 const gchar *type_name;
/dports/audio/gstreamer1-plugins-cdparanoia/gst-plugins-base-1.16.2/gst-libs/gst/gl/
H A Dmeson.build288 if gl_header_dep.type_name() == 'internal'
/dports/audio/gstreamer1-plugins-cdparanoia/gst-plugins-base-1.16.2/gst/typefind/
H A Dgsttypefindfunctions.c4483 const gchar *type_name; in matroska_type_find() local
4521 type_name = (is_audio) ? "audio/webm" : "video/webm"; in matroska_type_find()
4523 type_name = "video/x-matroska-3d"; in matroska_type_find()
4525 type_name = (is_audio) ? "audio/x-matroska" : "video/x-matroska"; in matroska_type_find()
4533 gst_type_find_suggest_simple (tf, prob, type_name, NULL); in matroska_type_find()
/dports/audio/gstreamer1-plugins-cdparanoia/gst-plugins-base-1.16.2/
H A Dmeson.build280 if gio_dep.type_name() == 'pkgconfig'
348 if gst_dep.type_name() == 'internal'
/dports/audio/gstreamer1-plugins-cdparanoia/gst-plugins-base-1.16.2/tests/check/
H A Dmeson.build126 if gst_dep.type_name() == 'pkgconfig'
205 if orc_dep.type_name() == 'pkgconfig'
/dports/audio/gstreamer1-plugins-chromaprint/gst-plugins-bad-1.16.2/common/
H A Dgstdoc-scangobj554 const gchar *type_name, *ret_type, *object_arg, *arg_name;
688 const gchar *type_name;
1476 const gchar *type_name;
/dports/audio/gstreamer1-plugins-chromaprint/gst-plugins-bad-1.16.2/ext/hls/
H A Dm3u8.c1207 gst_m3u8_get_hls_media_type_from_string (const gchar * type_name) in gst_m3u8_get_hls_media_type_from_string() argument
1209 if (strcmp (type_name, "AUDIO") == 0) in gst_m3u8_get_hls_media_type_from_string()
1211 if (strcmp (type_name, "VIDEO") == 0) in gst_m3u8_get_hls_media_type_from_string()
1213 if (strcmp (type_name, "SUBTITLES") == 0) in gst_m3u8_get_hls_media_type_from_string()
1215 if (strcmp (type_name, "CLOSED_CAPTIONS") == 0) in gst_m3u8_get_hls_media_type_from_string()
/dports/audio/gstreamer1-plugins-chromaprint/gst-plugins-bad-1.16.2/ext/ladspa/
H A Dgstladspa.c212 gchar *type_name; in ladspa_describe_plugin() local
230 type_name = g_ascii_strdown (tmp, -1); in ladspa_describe_plugin()
232 g_strcanon (type_name, G_CSET_A_2_Z G_CSET_a_2_z G_CSET_DIGITS "-+", '-'); in ladspa_describe_plugin()
235 if (g_type_from_name (type_name)) { in ladspa_describe_plugin()
236 GST_WARNING ("Plugin identifier collision for %s (%s:%lu/%s)", type_name, in ladspa_describe_plugin()
238 g_free (type_name); in ladspa_describe_plugin()
245 "element-type-name", G_TYPE_STRING, type_name, in ladspa_describe_plugin()
253 gst_structure_set_value (ladspa_meta_all, type_name, &value); in ladspa_describe_plugin()

12345678910>>...748