/third_party/gstreamer/gstreamer/gst/ |
D | gstpadtemplate.c | 314 caps = gst_static_caps_get (&pad_template->static_caps); in gst_static_pad_template_get() 350 caps = gst_static_caps_get (&pad_template->static_caps); in gst_pad_template_new_from_static_pad_template_with_gtype() 458 return gst_static_caps_get (&templ->static_caps); in gst_static_pad_template_get_caps()
|
D | gstelementfactory.c | 162 gst_static_caps_cleanup (&templ->static_caps); in gst_element_factory_cleanup() 259 newt->static_caps.caps = NULL; in gst_element_register() 260 newt->static_caps.string = g_intern_string (caps_string); in gst_element_register() 867 tmpl_caps = gst_static_caps_get (&templ->static_caps); in gst_element_factory_list_filter()
|
D | gstcaps.h | 428 GstCaps * gst_static_caps_get (GstStaticCaps *static_caps); 431 void gst_static_caps_cleanup (GstStaticCaps *static_caps);
|
D | gstcaps.c | 408 gst_static_caps_get (GstStaticCaps * static_caps) in gst_static_caps_get() argument 412 g_return_val_if_fail (static_caps != NULL, NULL); in gst_static_caps_get() 414 caps = &static_caps->caps; in gst_static_caps_get() 425 string = static_caps->string; in gst_static_caps_get() 441 GST_CAT_TRACE (GST_CAT_CAPS, "created %p from string %s", static_caps, in gst_static_caps_get() 456 g_warning ("static caps %p string is NULL", static_caps); in gst_static_caps_get() 468 gst_static_caps_cleanup (GstStaticCaps * static_caps) in gst_static_caps_cleanup() argument 471 gst_caps_replace (&static_caps->caps, NULL); in gst_static_caps_cleanup()
|
D | gstpadtemplate.h | 171 GstStaticCaps static_caps; member
|
D | gstregistrychunks.c | 205 (gchar *) (template->static_caps.string)); in gst_registry_chunks_save_pad_template() 521 template->static_caps.caps = NULL; in gst_registry_chunks_load_pad_template() 525 unpack_const_string (*in, template->static_caps.string, end, fail); in gst_registry_chunks_load_pad_template()
|
D | gstutils.c | 1342 GstCaps *templcaps = gst_static_caps_get (&template->static_caps); in gst_element_factory_can_accept_all_caps_in_direction() 1371 GstCaps *templcaps = gst_static_caps_get (&template->static_caps); in gst_element_factory_can_accept_any_caps_in_direction()
|
/third_party/gstreamer/gstplugins_base/tests/examples/encoding/ |
D | gstcapslist.c | 103 clear_caps (gst_static_caps_get (&templ->static_caps), res); in get_all_caps() 266 templ_caps = gst_static_caps_get (&templ->static_caps); in gst_caps_list_compatible_codecs()
|
/third_party/gstreamer/gstreamer/libs/gst/helpers/ |
D | gst-completion-helper.c | 53 if (padtemplate->static_caps.string) { in get_pad_templates_info() 56 gst_static_caps_get (&padtemplate->static_caps)); in get_pad_templates_info()
|
/third_party/gstreamer/gstplugins_base/gst/playback/ |
D | gstplaybackutils.c | 47 return gst_static_caps_get (&templ->static_caps); in get_template_caps()
|
D | gstsubtitleoverlay.c | 309 return gst_static_caps_get (&templ->static_caps); in _get_sub_caps()
|
D | gstparsebin.c | 1803 GstCaps *templcaps = gst_static_caps_get (&templ->static_caps); in connect_pad()
|
/third_party/gstreamer/gstplugins_bad/gst/autoconvert/ |
D | gstautoconvert.c | 610 tmpl_caps = gst_static_caps_get (&template->static_caps); in factory_can_intersect() 1147 GstCaps *static_caps = gst_static_pad_template_get_caps (template); in gst_auto_convert_getcaps() local 1149 if (static_caps) { in gst_auto_convert_getcaps() 1150 caps = gst_caps_merge (caps, static_caps); in gst_auto_convert_getcaps()
|
/third_party/gstreamer/gstplugins_bad/ext/resindvd/ |
D | rsndec.c | 198 tmpl_caps = gst_static_caps_get (&templ->static_caps); in rsndec_factory_filter()
|
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | parser.c | 156 sink_template->static_caps.string = caps_str; in setup_element()
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | parser.c | 156 sink_template->static_caps.string = caps_str; in setup_element()
|
/third_party/gstreamer/gstplugins_good/ext/gdk_pixbuf/ |
D | gstgdkpixbufdec.c | 128 gst_static_caps_get (&gst_gdk_pixbuf_dec_sink_template.static_caps); in gst_gdk_pixbuf_dec_get_capslist()
|
/third_party/gstreamer/gstplugins_bad/gst/dvbsuboverlay/ |
D | gstdvbsuboverlay.c | 622 static GstStaticCaps static_caps = GST_STATIC_CAPS (DVBSUB_OVERLAY_CAPS); in gst_dvbsub_overlay_can_handle_caps() local 624 caps = gst_static_caps_get (&static_caps); in gst_dvbsub_overlay_can_handle_caps()
|
/third_party/gstreamer/gstplugins_bad/ext/assrender/ |
D | gstassrender.c | 741 static GstStaticCaps static_caps = GST_STATIC_CAPS (ASSRENDER_CAPS); in gst_ass_render_can_handle_caps() local 745 caps = gst_static_caps_get (&static_caps); in gst_ass_render_can_handle_caps()
|
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/ |
D | gstceaccoverlay.c | 495 static GstStaticCaps static_caps = GST_STATIC_CAPS (CC_OVERLAY_CAPS); in gst_cea_cc_overlay_can_handle_caps() local 497 caps = gst_static_caps_get (&static_caps); in gst_cea_cc_overlay_can_handle_caps()
|
/third_party/gstreamer/gstreamer/tools/ |
D | gst-inspect.c | 763 if (padtemplate->static_caps.string) { in print_pad_templates_info() 764 GstCaps *caps = gst_static_caps_get (&padtemplate->static_caps); in print_pad_templates_info()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/ |
D | encoding-profile.c | 1538 GstCaps *tmpcaps = gst_static_caps_get (&templ->static_caps); in get_profile_format_from_possible_factory_name()
|
/third_party/gstreamer/gstplugins_bad/sys/androidmedia/ |
D | gstamcvideodec.c | 1988 GstStaticCaps static_caps = in gst_amc_video_dec_set_format() local 1991 GstCaps *gl_memory_caps = gst_static_caps_get (&static_caps); in gst_amc_video_dec_set_format()
|
/third_party/gstreamer/gstplugins_bad/ext/ttml/ |
D | gstttmlrender.c | 488 static GstStaticCaps static_caps = GST_STATIC_CAPS (TTML_RENDER_CAPS); in gst_ttml_render_can_handle_caps() local 490 caps = gst_static_caps_get (&static_caps); in gst_ttml_render_can_handle_caps()
|
/third_party/gstreamer/gstplugins_base/gst/encoding/ |
D | gstencodebin.c | 1749 GstCaps *tmp = gst_static_caps_get (&template->static_caps); in _factory_can_handle_caps()
|