Home
last modified time | relevance | path

Searched refs:gst_structure_get_enum (Results 1 – 10 of 10) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/srt/
Dgstsrtobject.c466 if (!gst_structure_get_enum (srtobject->parameters, "mode", in gst_srt_object_get_property_helper()
813 gst_structure_get_enum (s, "mode", GST_TYPE_SRT_CONNECTION_MODE, in gst_srt_object_validate_parameters()
1329 if (!gst_structure_get_enum (srtobject->parameters, in gst_srt_object_open_internal()
1503 gst_structure_get_enum (srtobject->parameters, "mode", in gst_srt_object_read()
1834 gst_structure_get_enum (srtobject->parameters, "mode", in gst_srt_object_write()
Dgstsrtsrc.c115 gst_structure_get_enum (self->srtobject->parameters, "mode", in gst_srt_src_start()
/third_party/gstreamer/gstreamer/gst/
Dgststructure.h323 gboolean gst_structure_get_enum (const GstStructure * structure,
Dgststructure.c1902 gst_structure_get_enum (const GstStructure * structure, in gst_structure_get_enum() function
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Daudio-converter.c282 if (!gst_structure_get_enum (convert->config, opt, type, &res)) in get_opt_enum()
Daudio-resampler.c131 if (!options || !gst_structure_get_enum (options, name, type, &res)) in get_opt_enum()
/third_party/gstreamer/gstplugins_bad/sys/uvch264/
Dgstuvch264_src.c1707 if (gst_structure_get_enum (s, "rate-control", in gst_uvc_h264_src_parse_event()
/third_party/gstreamer/gstplugins_bad/ext/webrtc/
Dgstwebrtcbin.c2096 } else if (gst_structure_get_enum (s, "sctp-priority", in _nicesink_pad_probe()
6339 || !gst_structure_get_enum (init_params, "priority", in gst_webrtc_bin_create_data_channel()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-converter.c772 if (!gst_structure_get_enum (convert->config, opt, type, &res)) in get_opt_enum()
/third_party/gstreamer/gstreamer/
DChangeLog123421 …gst/gstmessage.c (gst_message_parse_state_changed): Use gst_structure_get_enum instead of gst_stru…
123424 gst_structure_get_enum instead of gst_structure_get_int
123425 * gst/gststructure.c (gst_structure_get_enum): Impl.
123426 * gst/gststructure.h (gst_structure_get_enum): Add