Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/tests/examples/v4l2/
Dcamctrl.c90 gst_structure_get_value (prog, gst_structure_nth_field_name (prog, i)); in set_program()
93 name = gst_structure_nth_field_name (s, j); in set_program()
/third_party/gstreamer/gstplugins_bad/tests/examples/opencv/
Dgsthanddetect_test.c67 const gchar *name = gst_structure_nth_field_name (structure, i); in bus_sync_handler()
Dgstfacedetect_test.c64 const gchar *name = gst_structure_nth_field_name (structure, i); in bus_sync_handler()
/third_party/gstreamer/gstplugins_good/gst/debugutils/
Dgstcapssetter.c230 fname = gst_structure_nth_field_name (merge, j); in gst_caps_setter_transform_caps()
/third_party/gstreamer/gstreamer/gst/
Dgstdeviceproviderfactory.c461 arr[i] = g_strdup (gst_structure_nth_field_name (metadata, i)); in gst_device_provider_factory_get_metadata_keys()
Dgststructure.h264 const gchar * gst_structure_nth_field_name (const GstStructure * structure,
Dgstelementfactory.c897 arr[i] = g_strdup (gst_structure_nth_field_name (metadata, i)); in gst_element_factory_get_metadata_keys()
Dgsttaglist.c950 return gst_structure_nth_field_name (GST_TAG_LIST_STRUCTURE (list), index); in gst_tag_list_nth_tag_name()
Dgststructure.c1323 gst_structure_nth_field_name (const GstStructure * structure, guint index) in gst_structure_nth_field_name() function
/third_party/gstreamer/gstplugins_bad/ext/ladspa/
Dgstladspa.c497 name = gst_structure_nth_field_name (ladspa_meta_all, i); in plugin_init()
/third_party/gstreamer/gstplugins_bad/ext/lv2/
Dgstlv2.c358 name = gst_structure_nth_field_name (lv2_meta_all, i); in plugin_init()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgststructure.c65 name = gst_structure_nth_field_name (structure, 0); in GST_START_TEST()
108 name = gst_structure_nth_field_name (structure, 0); in GST_START_TEST()
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpredenc.c395 const gchar *field_name = gst_structure_nth_field_name (s, i); in _get_extmap_id_for_attribute()
Dgstrtpulpfecenc.c650 const gchar *field_name = gst_structure_nth_field_name (s, i); in _get_extmap_id_for_attribute()
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtpfunnel.c338 const gchar *field_name = gst_structure_nth_field_name (s, i); in _get_extmap_id_for_attribute()
Dgstrtpmux.c708 const gchar *name = gst_structure_nth_field_name (s, j); in clear_caps()
Drtptwcc.c177 const gchar *field_name = gst_structure_nth_field_name (s, i); in _get_extmap_id_for_attribute()
Drtpsession.c4048 field = gst_structure_nth_field_name (sdes, i); in session_sdes()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/
Dgstrtpbasedepayload.c522 const gchar *field_name = gst_structure_nth_field_name (caps_struct, i); in gst_rtp_base_depayload_setcaps()
Dgstrtpbasepayload.c1373 const gchar *field_name = gst_structure_nth_field_name (s, i); in gst_rtp_base_payload_negotiate()
/third_party/gstreamer/gstplugins_bad/sys/msdk/
Dgstmsdkenc.c250 const gchar *key = gst_structure_nth_field_name (src, i); in structure_transform()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/sdp/
Dgstsdpmessage.c3885 fname = gst_structure_nth_field_name (s, j); in gst_sdp_media_set_media_from_caps()
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2object.c4772 const gchar *name = gst_structure_nth_field_name (s, i); in validate_video_meta_struct()
/third_party/gstreamer/gstplugins_good/gst/rtsp/
Dgstrtspsrc.c7412 name = gst_structure_nth_field_name (src->props, j); in gst_rtspsrc_setup_streams_start()
/third_party/gstreamer/gstreamer/
DChangeLog107528 * gst/gststructure.c: (gst_structure_nth_field_name),
130695 * gst/gststructure.c: (gst_structure_nth_field_name):