Searched refs:gst_structure_get_enum (Results 1 – 10 of 10) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/srt/ |
D | gstsrtobject.c | 466 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()
|
D | gstsrtsrc.c | 115 gst_structure_get_enum (self->srtobject->parameters, "mode", in gst_srt_src_start()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gststructure.h | 323 gboolean gst_structure_get_enum (const GstStructure * structure,
|
D | gststructure.c | 1902 gst_structure_get_enum (const GstStructure * structure, in gst_structure_get_enum() function
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | audio-converter.c | 282 if (!gst_structure_get_enum (convert->config, opt, type, &res)) in get_opt_enum()
|
D | audio-resampler.c | 131 if (!options || !gst_structure_get_enum (options, name, type, &res)) in get_opt_enum()
|
/third_party/gstreamer/gstplugins_bad/sys/uvch264/ |
D | gstuvch264_src.c | 1707 if (gst_structure_get_enum (s, "rate-control", in gst_uvc_h264_src_parse_event()
|
/third_party/gstreamer/gstplugins_bad/ext/webrtc/ |
D | gstwebrtcbin.c | 2096 } 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/ |
D | video-converter.c | 772 if (!gst_structure_get_enum (convert->config, opt, type, &res)) in get_opt_enum()
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 123421 …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
|