Searched refs:gst_structure_id_has_field (Results 1 – 8 of 8) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/ |
D | gstdiscoverer.c | 875 if (gst_structure_id_has_field (st, _TOC_QUARK)) { in collect_common_information() 879 if (gst_structure_id_has_field (st, _STREAM_ID_QUARK)) { in collect_common_information() 915 if (!st || (!gst_structure_id_has_field (st, _CAPS_QUARK) in collect_information() 916 && !gst_structure_id_has_field (st, _ELEMENT_SRCPAD_QUARK))) { in collect_information() 974 if (gst_structure_id_has_field (st, _TAGS_QUARK)) { in collect_information() 1048 if (gst_structure_id_has_field (st, _TAGS_QUARK)) { in collect_information() 1072 if (gst_structure_id_has_field (st, _TAGS_QUARK)) { in collect_information() 1131 if (!gst_structure_id_has_field (topology, _TOPOLOGY_PAD_QUARK)) { in find_stream_for_node()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gststructure.h | 267 gboolean gst_structure_id_has_field (const GstStructure * structure,
|
D | gststructure.c | 1463 gst_structure_id_has_field (const GstStructure * structure, GQuark field) in gst_structure_id_has_field() function 1491 return gst_structure_id_has_field (structure, in gst_structure_has_field()
|
/third_party/gstreamer/gstplugins_base/gst/playback/ |
D | gstsubtitleoverlay.c | 1704 if (s && gst_structure_id_has_field (s, _subtitle_overlay_event_marker_id)) { in gst_subtitle_overlay_src_proxy_event()
|
D | gstplaysink.c | 2420 gst_structure_id_has_field (structure, in gst_play_sink_text_src_event()
|
/third_party/gstreamer/gstreamer/libs/gst/base/ |
D | gstbaseparse.c | 1121 if (!gst_structure_id_has_field (structure, field_id)) { in update_upstream_provided()
|
/third_party/gstreamer/gstplugins_bad/ext/webrtc/ |
D | gstwebrtcbin.c | 2894 if (gst_structure_id_has_field (data->extmap, field_id)) { in _dedup_extmap_field()
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 82017 structure: API: Add gst_structure_id_has_field{,_typed}
|